Html Css Color HEX #ED7170 Geraldine

📋 copy color: '#ED7170'

red 237 ◦ green 113 ◦ blue 112

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

Shades of Geraldine #ED7170

Tints of Geraldine #ED7170

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.46%

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

R = 51.3%
G = 24.46%
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

#ED7170 (or 0xED7170) is known color: Geraldine. HEX triplet: ED, 71 and 70. RGB value is (237,113,112). Sum of RGB (Red+Green+Blue) = 237+113+112=462 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.30% from 462); Green value is 113 (44.53% from 255 or 24.46% from 462); Blue value is 112 (44.14% from 255 or 24.24% from 462); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7170 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7170 is #128E8F. Grayscale: #969696. Windows color (decimal): -1216144 or 7369197. OLE color: 7369197.

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

Color convert

RGB 237 113 112 -
CMYK 0 0.52 0.53 0.07
HSL 0.48º 0.78% 0.68% -
HSV(B) 0.48º 0.53% 0.93% -
XYZ 43.75 30.98 19 -
YUV 149.96 106.58 190.08 -
System Red Green Blue C M Y K H S L
Decimal 237 113 112 0 0.52 0.53 0.07 0.48 0.78 0.68
Hex ED 71 70 0 34 35 7 0 4E 44
Octal 355 161 160 0 64 65 7 0 116 104
Binary 11101101 1110001 1110000 0 110100 110101 111 0 1001110 1000100

Color Harmonies of #ED7170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7170

Black with #ED7170

Text Example


Text Example

White with #ED7170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7170; }

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

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

background-color css

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

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

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

border-color css

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

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

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