Html Css Color HEX #ED8170 Geraldine

📋 copy color: '#ED8170'

red 237 ◦ green 129 ◦ blue 112

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

Shades of Geraldine #ED8170

Tints of Geraldine #ED8170

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.99%

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

R = 49.58%
G = 26.99%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#ED8170 (or 0xED8170) is known color: Geraldine. HEX triplet: ED, 81 and 70. RGB value is (237,129,112). Sum of RGB (Red+Green+Blue) = 237+129+112=478 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.58% from 478); Green value is 129 (50.78% from 255 or 26.99% from 478); Blue value is 112 (44.14% from 255 or 23.43% from 478); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8170 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8170 is #127E8F. Grayscale: #9F9F9F. Windows color (decimal): -1212048 or 7373293. OLE color: 7373293.

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

Color convert

RGB 237 129 112 -
CMYK 0 0.46 0.53 0.07
HSL 8.16º 0.78% 0.68% -
HSV(B) 8.16º 0.53% 0.93% -
XYZ 45.7 34.87 19.65 -
YUV 159.35 101.28 183.38 -
System Red Green Blue C M Y K H S L
Decimal 237 129 112 0 0.46 0.53 0.07 8.16 0.78 0.68
Hex ED 81 70 0 2E 35 7 8 4E 44
Octal 355 201 160 0 56 65 7 10 116 104
Binary 11101101 10000001 1110000 0 101110 110101 111 1000 1001110 1000100

Color Harmonies of #ED8170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8170

Black with #ED8170

Text Example


Text Example

White with #ED8170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8170; }

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

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

background-color css

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

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

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

border-color css

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

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

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