Html Css Color HEX #EC7572 Geraldine

📋 copy color: '#EC7572'

red 236 ◦ green 117 ◦ blue 114

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

Shades of Geraldine #EC7572

Tints of Geraldine #EC7572

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.05%

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

R = 50.54%
G = 25.05%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EC7572 (or 0xEC7572) is known color: Geraldine. HEX triplet: EC, 75 and 72. RGB value is (236,117,114). Sum of RGB (Red+Green+Blue) = 236+117+114=467 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.54% from 467); Green value is 117 (46.09% from 255 or 25.05% from 467); Blue value is 114 (44.92% from 255 or 24.41% from 467); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7572 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7572 is #138A8D. Grayscale: #989898. Windows color (decimal): -1280654 or 7501292. OLE color: 7501292.

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

Color convert

RGB 236 117 114 -
CMYK 0 0.50 0.52 0.07
HSL 1.48º 0.76% 0.69% -
HSV(B) 1.48º 0.52% 0.93% -
XYZ 43.99 31.77 19.73 -
YUV 152.24 106.42 187.74 -
System Red Green Blue C M Y K H S L
Decimal 236 117 114 0 0.50 0.52 0.07 1.48 0.76 0.69
Hex EC 75 72 0 32 34 7 1 4C 45
Octal 354 165 162 0 62 64 7 1 114 105
Binary 11101100 1110101 1110010 0 110010 110100 111 1 1001100 1000101

Color Harmonies of #EC7572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7572

Black with #EC7572

Text Example


Text Example

White with #EC7572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7572; }

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

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

background-color css

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

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

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

border-color css

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

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

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