Html Css Color HEX #EC7270 Geraldine

📋 copy color: '#EC7270'

red 236 ◦ green 114 ◦ blue 112

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

Shades of Geraldine #EC7270

Tints of Geraldine #EC7270

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.68%

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

R = 51.08%
G = 24.68%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC7270 (or 0xEC7270) is known color: Geraldine. HEX triplet: EC, 72 and 70. RGB value is (236,114,112). Sum of RGB (Red+Green+Blue) = 236+114+112=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 114 (44.92% from 255 or 24.68% from 462); Blue value is 112 (44.14% from 255 or 24.24% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7270 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7270 is #138D8F. Grayscale: #969696. Windows color (decimal): -1281424 or 7369452. OLE color: 7369452.

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

Color convert

RGB 236 114 112 -
CMYK 0 0.52 0.53 0.07
HSL 0.97º 0.77% 0.68% -
HSV(B) 0.97º 0.53% 0.93% -
XYZ 43.53 31.04 19.03 -
YUV 150.25 106.42 189.16 -
System Red Green Blue C M Y K H S L
Decimal 236 114 112 0 0.52 0.53 0.07 0.97 0.77 0.68
Hex EC 72 70 0 34 35 7 1 4D 44
Octal 354 162 160 0 64 65 7 1 115 104
Binary 11101100 1110010 1110000 0 110100 110101 111 1 1001101 1000100

Color Harmonies of #EC7270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7270

Black with #EC7270

Text Example


Text Example

White with #EC7270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7270; }

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

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

background-color css

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

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

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

border-color css

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

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

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