#EC6B6A

Color #EC6B6A Geraldine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Geraldine #EC6B6A

Tints of Geraldine #EC6B6A

Color information

#EC6B6A (or 0xEC6B6A) is unknown color: approx Geraldine. HEX triplet: EC, 6B and 6A. RGB value is (236,107,106). Sum of RGB (Red+Green+Blue) = 236+107+106=449 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.56% from 449); Green value is 107 (42.19% from 255 or 23.83% from 449); Blue value is 106 (41.80% from 255 or 23.61% from 449); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6B6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6B6A is #139495. Grayscale: #919191. Windows color (decimal): -1283222 or 6974444. OLE color: 6974444.

HSL color Cylindrical-coordinate representation of color #EC6B6A: hue angle of 0.46º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EC6B6A is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB236107106-
CMYK00.550.550.07
HSL0.46º77.38%67.06%-
HSV(B)0.46º55.08%92.55%-
XYZ42.4529.3917.07-
YUV145.46105.74192.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 236 (92.58% from 255) = 52.56%
GREEN value IS 107 (42.19% from 255) = 23.83%
BLUE value IS 106 (41.80% from 255) = 23.61%
R=52.56%
G=23.83%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.55
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23610710600.550.550.070.4677.3867.06
HexEC6B6A03737704d43
Octal3541531520676770115103
Binary11101100110101111010100110111110111111010011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC6B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC6B6A; }

 p { color: rgb(236,107,106); }

 H1.HeaderClassName
 {
   color: #EC6B6A;
 }
 .AnyTagClassName
 {
   color: #EC6B6A;
 }
</style>
background-color css

<style>
 a { background-color: #EC6B6A; }

 a { background-color: rgb(236,107,106); }

 div.DivClassName
 {
   background-color: #EC6B6A;
 }
 .BgClassName
 {
   background-color: #EC6B6A;
 }
</style>
border-color css

<style>
 span { border-color: #EC6B6A; }

 span { border-color: rgb(236,107,106); }

 td.TdClassName
 {
   border-color: #EC6B6A;
 }
 .TagClassName
 {
   border-color: #EC6B6A;
 }
</style>