Html Css Color HEX #ED8478 Geraldine

📋 copy color: '#ED8478'

red 237 ◦ green 132 ◦ blue 120

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

Shades of Geraldine #ED8478

Tints of Geraldine #ED8478

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.99%

 BLUE value IS 120 (47.27% from 255) = 24.54%

R = 48.47%
G = 26.99%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#ED8478 (or 0xED8478) is known color: Geraldine. HEX triplet: ED, 84 and 78. RGB value is (237,132,120). Sum of RGB (Red+Green+Blue) = 237+132+120=489 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.47% from 489); Green value is 132 (51.95% from 255 or 26.99% from 489); Blue value is 120 (47.27% from 255 or 24.54% from 489); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8478 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8478 is #127B87. Grayscale: #A2A2A2. Windows color (decimal): -1211272 or 7898349. OLE color: 7898349.

HSL color Cylindrical-coordinate representation of color #ED8478: hue angle of 6.15º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ED8478 is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 132 120 -
CMYK 0 0.44 0.49 0.07
HSL 6.15º 0.76% 0.7% -
HSV(B) 6.15º 0.49% 0.93% -
XYZ 46.57 35.86 22.24 -
YUV 162.03 104.29 181.48 -
System Red Green Blue C M Y K H S L
Decimal 237 132 120 0 0.44 0.49 0.07 6.15 0.76 0.7
Hex ED 84 78 0 2C 31 7 6 4C 46
Octal 355 204 170 0 54 61 7 6 114 106
Binary 11101101 10000100 1111000 0 101100 110001 111 110 1001100 1000110

Color Harmonies of #ED8478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8478

Black with #ED8478

Text Example


Text Example

White with #ED8478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8478; }

 p { color: rgb(237,132,120); }

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

background-color css

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

 a { background-color: rgb(237,132,120); }

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

border-color css

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

 span { border-color: rgb(237,132,120); }

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