Html Css Color HEX #ED7977 Geraldine

📋 copy color: '#ED7977'

red 237 ◦ green 121 ◦ blue 119

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

Shades of Geraldine #ED7977

Tints of Geraldine #ED7977

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.37%

 BLUE value IS 119 (46.88% from 255) = 24.95%

R = 49.69%
G = 25.37%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#ED7977 (or 0xED7977) is known color: Geraldine. HEX triplet: ED, 79 and 77. RGB value is (237,121,119). Sum of RGB (Red+Green+Blue) = 237+121+119=477 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.69% from 477); Green value is 121 (47.66% from 255 or 25.37% from 477); Blue value is 119 (46.88% from 255 or 24.95% from 477); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7977 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7977 is #128688. Grayscale: #9B9B9B. Windows color (decimal): -1214089 or 7829997. OLE color: 7829997.

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

Color convert

RGB 237 121 119 -
CMYK 0 0.49 0.50 0.07
HSL 1.02º 0.77% 0.7% -
HSV(B) 1.02º 0.5% 0.93% -
XYZ 45.09 33.01 21.45 -
YUV 155.46 107.43 186.16 -
System Red Green Blue C M Y K H S L
Decimal 237 121 119 0 0.49 0.50 0.07 1.02 0.77 0.7
Hex ED 79 77 0 31 32 7 1 4D 46
Octal 355 171 167 0 61 62 7 1 115 106
Binary 11101101 1111001 1110111 0 110001 110010 111 1 1001101 1000110

Color Harmonies of #ED7977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7977

Black with #ED7977

Text Example


Text Example

White with #ED7977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7977; }

 p { color: rgb(237,121,119); }

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

background-color css

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

 a { background-color: rgb(237,121,119); }

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

border-color css

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

 span { border-color: rgb(237,121,119); }

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