Html Css Color HEX #EC7D71 Geraldine

📋 copy color: '#EC7D71'

red 236 ◦ green 125 ◦ blue 113

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

Shades of Geraldine #EC7D71

Tints of Geraldine #EC7D71

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.37%

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

R = 49.79%
G = 26.37%
B = 23.84%

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

#EC7D71 (or 0xEC7D71) is known color: Geraldine. HEX triplet: EC, 7D and 71. RGB value is (236,125,113). Sum of RGB (Red+Green+Blue) = 236+125+113=474 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.79% from 474); Green value is 125 (49.22% from 255 or 26.37% from 474); Blue value is 113 (44.53% from 255 or 23.84% from 474); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7D71 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7D71 is #13828E. Grayscale: #9C9C9C. Windows color (decimal): -1278607 or 7437804. OLE color: 7437804.

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

Color convert

RGB 236 125 113 -
CMYK 0 0.47 0.52 0.07
HSL 5.85º 0.76% 0.68% -
HSV(B) 5.85º 0.52% 0.93% -
XYZ 44.91 33.69 19.76 -
YUV 156.82 103.27 184.48 -
System Red Green Blue C M Y K H S L
Decimal 236 125 113 0 0.47 0.52 0.07 5.85 0.76 0.68
Hex EC 7D 71 0 2F 34 7 6 4C 44
Octal 354 175 161 0 57 64 7 6 114 104
Binary 11101100 1111101 1110001 0 101111 110100 111 110 1001100 1000100

Color Harmonies of #EC7D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7D71

Black with #EC7D71

Text Example


Text Example

White with #EC7D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7D71; }

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

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

background-color css

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

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

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

border-color css

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

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

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