Html Css Color HEX #EC7D70 Geraldine

📋 copy color: '#EC7D70'

red 236 ◦ green 125 ◦ blue 112

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

Shades of Geraldine #EC7D70

Tints of Geraldine #EC7D70

RGB

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

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

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

R = 49.89%
G = 26.43%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC7D70 (or 0xEC7D70) is known color: Geraldine. HEX triplet: EC, 7D and 70. RGB value is (236,125,112). Sum of RGB (Red+Green+Blue) = 236+125+112=473 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.89% from 473); Green value is 125 (49.22% from 255 or 26.43% from 473); Blue value is 112 (44.14% from 255 or 23.68% from 473); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7D70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7D70 is #13828F. Grayscale: #9C9C9C. Windows color (decimal): -1278608 or 7372268. OLE color: 7372268.

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

Color convert

RGB 236 125 112 -
CMYK 0 0.47 0.53 0.07
HSL 6.29º 0.77% 0.68% -
HSV(B) 6.29º 0.53% 0.93% -
XYZ 44.85 33.67 19.46 -
YUV 156.71 102.77 184.56 -
System Red Green Blue C M Y K H S L
Decimal 236 125 112 0 0.47 0.53 0.07 6.29 0.77 0.68
Hex EC 7D 70 0 2F 35 7 6 4D 44
Octal 354 175 160 0 57 65 7 6 115 104
Binary 11101100 1111101 1110000 0 101111 110101 111 110 1001101 1000100

Color Harmonies of #EC7D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7D70

Black with #EC7D70

Text Example


Text Example

White with #EC7D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7D70; }

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

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

background-color css

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

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

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

border-color css

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

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

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