Html Css Color HEX #EC7570 Geraldine

📋 copy color: '#EC7570'

red 236 ◦ green 117 ◦ blue 112

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

Shades of Geraldine #EC7570

Tints of Geraldine #EC7570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 24.09%

R = 50.75%
G = 25.16%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC7570 (or 0xEC7570) is known color: Geraldine. HEX triplet: EC, 75 and 70. RGB value is (236,117,112). Sum of RGB (Red+Green+Blue) = 236+117+112=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 117 (46.09% from 255 or 25.16% from 465); Blue value is 112 (44.14% from 255 or 24.09% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7570 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7570 is #138A8F. Grayscale: #989898. Windows color (decimal): -1280656 or 7370220. OLE color: 7370220.

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

Color convert

RGB 236 117 112 -
CMYK 0 0.50 0.53 0.07
HSL 2.42º 0.77% 0.68% -
HSV(B) 2.42º 0.53% 0.93% -
XYZ 43.88 31.73 19.14 -
YUV 152.01 105.42 187.91 -
System Red Green Blue C M Y K H S L
Decimal 236 117 112 0 0.50 0.53 0.07 2.42 0.77 0.68
Hex EC 75 70 0 32 35 7 2 4D 44
Octal 354 165 160 0 62 65 7 2 115 104
Binary 11101100 1110101 1110000 0 110010 110101 111 10 1001101 1000100

Color Harmonies of #EC7570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7570

Black with #EC7570

Text Example


Text Example

White with #EC7570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7570; }

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

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

background-color css

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

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

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

border-color css

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

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

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