Html Css Color HEX #EC7371 Geraldine

📋 copy color: '#EC7371'

red 236 ◦ green 115 ◦ blue 113

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

Shades of Geraldine #EC7371

Tints of Geraldine #EC7371

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.78%

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

R = 50.86%
G = 24.78%
B = 24.35%

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

#EC7371 (or 0xEC7371) is known color: Geraldine. HEX triplet: EC, 73 and 71. RGB value is (236,115,113). Sum of RGB (Red+Green+Blue) = 236+115+113=464 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.86% from 464); Green value is 115 (45.31% from 255 or 24.78% from 464); Blue value is 113 (44.53% from 255 or 24.35% from 464); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7371 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7371 is #138C8E. Grayscale: #979797. Windows color (decimal): -1281167 or 7435244. OLE color: 7435244.

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

Color convert

RGB 236 115 113 -
CMYK 0 0.51 0.52 0.07
HSL 0.98º 0.76% 0.68% -
HSV(B) 0.98º 0.52% 0.93% -
XYZ 43.7 31.29 19.36 -
YUV 150.95 106.59 188.66 -
System Red Green Blue C M Y K H S L
Decimal 236 115 113 0 0.51 0.52 0.07 0.98 0.76 0.68
Hex EC 73 71 0 33 34 7 1 4C 44
Octal 354 163 161 0 63 64 7 1 114 104
Binary 11101100 1110011 1110001 0 110011 110100 111 1 1001100 1000100

Color Harmonies of #EC7371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7371

Black with #EC7371

Text Example


Text Example

White with #EC7371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7371; }

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

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

background-color css

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

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

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

border-color css

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

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

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