Html Css Color HEX #EC7471 Geraldine

📋 copy color: '#EC7471'

red 236 ◦ green 116 ◦ blue 113

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

Shades of Geraldine #EC7471

Tints of Geraldine #EC7471

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.95%

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

R = 50.75%
G = 24.95%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EC7471 (or 0xEC7471) is known color: Geraldine. HEX triplet: EC, 74 and 71. RGB value is (236,116,113). Sum of RGB (Red+Green+Blue) = 236+116+113=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 116 (45.70% from 255 or 24.95% from 465); Blue value is 113 (44.53% from 255 or 24.30% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7471 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7471 is #138B8E. Grayscale: #979797. Windows color (decimal): -1280911 or 7435500. OLE color: 7435500.

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

Color convert

RGB 236 116 113 -
CMYK 0 0.51 0.52 0.07
HSL 1.46º 0.76% 0.68% -
HSV(B) 1.46º 0.52% 0.93% -
XYZ 43.82 31.52 19.4 -
YUV 151.54 106.26 188.24 -
System Red Green Blue C M Y K H S L
Decimal 236 116 113 0 0.51 0.52 0.07 1.46 0.76 0.68
Hex EC 74 71 0 33 34 7 1 4C 44
Octal 354 164 161 0 63 64 7 1 114 104
Binary 11101100 1110100 1110001 0 110011 110100 111 1 1001100 1000100

Color Harmonies of #EC7471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7471

Black with #EC7471

Text Example


Text Example

White with #EC7471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7471; }

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

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

background-color css

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

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

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

border-color css

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

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

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