Html Css Color HEX #ED7D78 Geraldine

📋 copy color: '#ED7D78'

red 237 ◦ green 125 ◦ blue 120

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

Shades of Geraldine #ED7D78

Tints of Geraldine #ED7D78

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.93%

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

R = 49.17%
G = 25.93%
B = 24.9%

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

#ED7D78 (or 0xED7D78) is known color: Geraldine. HEX triplet: ED, 7D and 78. RGB value is (237,125,120). Sum of RGB (Red+Green+Blue) = 237+125+120=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 125 (49.22% from 255 or 25.93% from 482); Blue value is 120 (47.27% from 255 or 24.90% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7D78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7D78 is #128287. Grayscale: #9E9E9E. Windows color (decimal): -1213064 or 7896557. OLE color: 7896557.

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

Color convert

RGB 237 125 120 -
CMYK 0 0.47 0.49 0.07
HSL 2.56º 0.76% 0.7% -
HSV(B) 2.56º 0.49% 0.93% -
XYZ 45.65 34.03 21.93 -
YUV 157.92 106.61 184.41 -
System Red Green Blue C M Y K H S L
Decimal 237 125 120 0 0.47 0.49 0.07 2.56 0.76 0.7
Hex ED 7D 78 0 2F 31 7 3 4C 46
Octal 355 175 170 0 57 61 7 3 114 106
Binary 11101101 1111101 1111000 0 101111 110001 111 11 1001100 1000110

Color Harmonies of #ED7D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7D78

Black with #ED7D78

Text Example


Text Example

White with #ED7D78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7D78; }

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

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

background-color css

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

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

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

border-color css

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

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

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