Html Css Color HEX #EC7571 Geraldine

📋 copy color: '#EC7571'

red 236 ◦ green 117 ◦ blue 113

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

Shades of Geraldine #EC7571

Tints of Geraldine #EC7571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 24.25%

R = 50.64%
G = 25.11%
B = 24.25%

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

#EC7571 (or 0xEC7571) is known color: Geraldine. HEX triplet: EC, 75 and 71. RGB value is (236,117,113). Sum of RGB (Red+Green+Blue) = 236+117+113=466 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.64% from 466); Green value is 117 (46.09% from 255 or 25.11% from 466); Blue value is 113 (44.53% from 255 or 24.25% from 466); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7571 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7571 is #138A8E. Grayscale: #989898. Windows color (decimal): -1280655 or 7435756. OLE color: 7435756.

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

Color convert

RGB 236 117 113 -
CMYK 0 0.50 0.52 0.07
HSL 1.95º 0.76% 0.68% -
HSV(B) 1.95º 0.52% 0.93% -
XYZ 43.93 31.75 19.44 -
YUV 152.13 105.92 187.83 -
System Red Green Blue C M Y K H S L
Decimal 236 117 113 0 0.50 0.52 0.07 1.95 0.76 0.68
Hex EC 75 71 0 32 34 7 2 4C 44
Octal 354 165 161 0 62 64 7 2 114 104
Binary 11101100 1110101 1110001 0 110010 110100 111 10 1001100 1000100

Color Harmonies of #EC7571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7571

Black with #EC7571

Text Example


Text Example

White with #EC7571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7571; }

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

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

background-color css

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

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

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

border-color css

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

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

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