Html Css Color HEX #ED8071 Geraldine

📋 copy color: '#ED8071'

red 237 ◦ green 128 ◦ blue 113

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

Shades of Geraldine #ED8071

Tints of Geraldine #ED8071

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.78%

 BLUE value IS 113 (44.53% from 255) = 23.64%

R = 49.58%
G = 26.78%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#ED8071 (or 0xED8071) is known color: Geraldine. HEX triplet: ED, 80 and 71. RGB value is (237,128,113). Sum of RGB (Red+Green+Blue) = 237+128+113=478 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.58% from 478); Green value is 128 (50.39% from 255 or 26.78% from 478); Blue value is 113 (44.53% from 255 or 23.64% from 478); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8071 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8071 is #127F8E. Grayscale: #9F9F9F. Windows color (decimal): -1212303 or 7438573. OLE color: 7438573.

HSL color Cylindrical-coordinate representation of color #ED8071: hue angle of 7.26º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ED8071 is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 128 113 -
CMYK 0 0.46 0.52 0.07
HSL 7.26º 0.78% 0.69% -
HSV(B) 7.26º 0.52% 0.93% -
XYZ 45.62 34.64 19.9 -
YUV 158.88 102.11 183.72 -
System Red Green Blue C M Y K H S L
Decimal 237 128 113 0 0.46 0.52 0.07 7.26 0.78 0.69
Hex ED 80 71 0 2E 34 7 7 4E 45
Octal 355 200 161 0 56 64 7 7 116 105
Binary 11101101 10000000 1110001 0 101110 110100 111 111 1001110 1000101

Color Harmonies of #ED8071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8071

Black with #ED8071

Text Example


Text Example

White with #ED8071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8071; }

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

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

background-color css

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

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

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

border-color css

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

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

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