Html Css Color HEX #EC7E6E Geraldine

📋 copy color: '#EC7E6E'

red 236 ◦ green 126 ◦ blue 110

#EC7E6E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Geraldine #EC7E6E

Tints of Geraldine #EC7E6E

RGB

 RED value IS 236 (92.58% from 255) = 50%

 GREEN value IS 126 (49.61% from 255) = 26.69%

 BLUE value IS 110 (43.36% from 255) = 23.31%

R = 50%
G = 26.69%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC7E6E (or 0xEC7E6E) is known color: Geraldine. HEX triplet: EC, 7E and 6E. RGB value is (236,126,110). Sum of RGB (Red+Green+Blue) = 236+126+110=472 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50% from 472); Green value is 126 (49.61% from 255 or 26.69% from 472); Blue value is 110 (43.36% from 255 or 23.31% from 472); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7E6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7E6E is #138191. Grayscale: #9D9D9D. Windows color (decimal): -1278354 or 7241452. OLE color: 7241452.

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

Color convert

RGB 236 126 110 -
CMYK 0 0.47 0.53 0.07
HSL 7.62º 0.77% 0.68% -
HSV(B) 7.62º 0.53% 0.93% -
XYZ 44.87 33.88 18.93 -
YUV 157.07 101.44 184.3 -
System Red Green Blue C M Y K H S L
Decimal 236 126 110 0 0.47 0.53 0.07 7.62 0.77 0.68
Hex EC 7E 6E 0 2F 35 7 8 4D 44
Octal 354 176 156 0 57 65 7 10 115 104
Binary 11101100 1111110 1101110 0 101111 110101 111 1000 1001101 1000100

Color Harmonies of #EC7E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7E6E

Black with #EC7E6E

Text Example


Text Example

White with #EC7E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7E6E; }

 p { color: rgb(236,126,110); }

 H1.HeaderClassName
 {
   color: #EC7E6E;
 }
 .AnyTagClassName
 {
   color: #EC7E6E;
 }
</style>

background-color css

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

 a { background-color: rgb(236,126,110); }

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

border-color css

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

 span { border-color: rgb(236,126,110); }

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