Html Css Color HEX #EC7E72 Geraldine

📋 copy color: '#EC7E72'

red 236 ◦ green 126 ◦ blue 114

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

Shades of Geraldine #EC7E72

Tints of Geraldine #EC7E72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.95%

R = 49.58%
G = 26.47%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EC7E72 (or 0xEC7E72) is known color: Geraldine. HEX triplet: EC, 7E and 72. RGB value is (236,126,114). Sum of RGB (Red+Green+Blue) = 236+126+114=476 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.58% from 476); Green value is 126 (49.61% from 255 or 26.47% from 476); Blue value is 114 (44.92% from 255 or 23.95% from 476); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7E72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7E72 is #13818D. Grayscale: #9D9D9D. Windows color (decimal): -1278350 or 7503596. OLE color: 7503596.

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

Color convert

RGB 236 126 114 -
CMYK 0 0.47 0.52 0.07
HSL 5.9º 0.76% 0.69% -
HSV(B) 5.9º 0.52% 0.93% -
XYZ 45.09 33.97 20.1 -
YUV 157.52 103.44 183.98 -
System Red Green Blue C M Y K H S L
Decimal 236 126 114 0 0.47 0.52 0.07 5.9 0.76 0.69
Hex EC 7E 72 0 2F 34 7 6 4C 45
Octal 354 176 162 0 57 64 7 6 114 105
Binary 11101100 1111110 1110010 0 101111 110100 111 110 1001100 1000101

Color Harmonies of #EC7E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7E72

Black with #EC7E72

Text Example


Text Example

White with #EC7E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7E72; }

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

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

background-color css

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

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

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

border-color css

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

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

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