Html Css Color HEX #ED7570 Geraldine

📋 copy color: '#ED7570'

red 237 ◦ green 117 ◦ blue 112

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

Shades of Geraldine #ED7570

Tints of Geraldine #ED7570

RGB

 RED value IS 237 (92.97% from 255) = 50.86%

 GREEN value IS 117 (46.09% from 255) = 25.11%

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

R = 50.86%
G = 25.11%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#ED7570 (or 0xED7570) is known color: Geraldine. HEX triplet: ED, 75 and 70. RGB value is (237,117,112). Sum of RGB (Red+Green+Blue) = 237+117+112=466 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.86% from 466); Green value is 117 (46.09% from 255 or 25.11% from 466); Blue value is 112 (44.14% from 255 or 24.03% from 466); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7570 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7570 is #128A8F. Grayscale: #989898. Windows color (decimal): -1215120 or 7370221. OLE color: 7370221.

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

Color convert

RGB 237 117 112 -
CMYK 0 0.51 0.53 0.07
HSL 2.4º 0.78% 0.68% -
HSV(B) 2.4º 0.53% 0.93% -
XYZ 44.21 31.9 19.16 -
YUV 152.31 105.26 188.41 -
System Red Green Blue C M Y K H S L
Decimal 237 117 112 0 0.51 0.53 0.07 2.4 0.78 0.68
Hex ED 75 70 0 33 35 7 2 4E 44
Octal 355 165 160 0 63 65 7 2 116 104
Binary 11101101 1110101 1110000 0 110011 110101 111 10 1001110 1000100

Color Harmonies of #ED7570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7570

Black with #ED7570

Text Example


Text Example

White with #ED7570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7570; }

 p { color: rgb(237,117,112); }

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

background-color css

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

 a { background-color: rgb(237,117,112); }

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

border-color css

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

 span { border-color: rgb(237,117,112); }

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