Html Css Color HEX #EC7F72 Geraldine

📋 copy color: '#EC7F72'

red 236 ◦ green 127 ◦ blue 114

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

Shades of Geraldine #EC7F72

Tints of Geraldine #EC7F72

RGB

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

 GREEN value IS 127 (50% from 255) = 26.62%

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

R = 49.48%
G = 26.62%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EC7F72 (or 0xEC7F72) is known color: Geraldine. HEX triplet: EC, 7F and 72. RGB value is (236,127,114). Sum of RGB (Red+Green+Blue) = 236+127+114=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 127 (50% from 255 or 26.62% from 477); Blue value is 114 (44.92% from 255 or 23.90% from 477); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7F72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7F72 is #13808D. Grayscale: #9E9E9E. Windows color (decimal): -1278094 or 7503852. OLE color: 7503852.

HSL color Cylindrical-coordinate representation of color #EC7F72: hue angle of 6.39º 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 #EC7F72 is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 127 114 -
CMYK 0 0.46 0.52 0.07
HSL 6.39º 0.76% 0.69% -
HSV(B) 6.39º 0.52% 0.93% -
XYZ 45.22 34.23 20.14 -
YUV 158.11 103.11 183.56 -
System Red Green Blue C M Y K H S L
Decimal 236 127 114 0 0.46 0.52 0.07 6.39 0.76 0.69
Hex EC 7F 72 0 2E 34 7 6 4C 45
Octal 354 177 162 0 56 64 7 6 114 105
Binary 11101100 1111111 1110010 0 101110 110100 111 110 1001100 1000101

Color Harmonies of #EC7F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7F72

Black with #EC7F72

Text Example


Text Example

White with #EC7F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7F72; }

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

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

background-color css

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

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

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

border-color css

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

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

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