Html Css Color HEX #ED7E78 Geraldine

📋 copy color: '#ED7E78'

red 237 ◦ green 126 ◦ blue 120

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

Shades of Geraldine #ED7E78

Tints of Geraldine #ED7E78

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.09%

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

R = 49.07%
G = 26.09%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#ED7E78 (or 0xED7E78) is known color: Geraldine. HEX triplet: ED, 7E and 78. RGB value is (237,126,120). Sum of RGB (Red+Green+Blue) = 237+126+120=483 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.07% from 483); Green value is 126 (49.61% from 255 or 26.09% from 483); Blue value is 120 (47.27% from 255 or 24.84% from 483); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7E78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7E78 is #128187. Grayscale: #9E9E9E. Windows color (decimal): -1212808 or 7896813. OLE color: 7896813.

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

Color convert

RGB 237 126 120 -
CMYK 0 0.47 0.49 0.07
HSL 3.08º 0.76% 0.7% -
HSV(B) 3.08º 0.49% 0.93% -
XYZ 45.78 34.28 21.97 -
YUV 158.51 106.27 183.99 -
System Red Green Blue C M Y K H S L
Decimal 237 126 120 0 0.47 0.49 0.07 3.08 0.76 0.7
Hex ED 7E 78 0 2F 31 7 3 4C 46
Octal 355 176 170 0 57 61 7 3 114 106
Binary 11101101 1111110 1111000 0 101111 110001 111 11 1001100 1000110

Color Harmonies of #ED7E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7E78

Black with #ED7E78

Text Example


Text Example

White with #ED7E78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7E78; }

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

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

background-color css

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

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

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

border-color css

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

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

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