Html Css Color HEX #ED7979 Geraldine

📋 copy color: '#ED7979'

red 237 ◦ green 121 ◦ blue 121

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

Shades of Geraldine #ED7979

Tints of Geraldine #ED7979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 25.26%

R = 49.48%
G = 25.26%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#ED7979 (or 0xED7979) is known color: Geraldine. HEX triplet: ED, 79 and 79. RGB value is (237,121,121). Sum of RGB (Red+Green+Blue) = 237+121+121=479 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.48% from 479); Green value is 121 (47.66% from 255 or 25.26% from 479); Blue value is 121 (47.66% from 255 or 25.26% from 479); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7979 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7979 is #128686. Grayscale: #9B9B9B. Windows color (decimal): -1214087 or 7961069. OLE color: 7961069.

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

Color convert

RGB 237 121 121 -
CMYK 0 0.49 0.49 0.07
HSL 0.76% 0.7% -
HSV(B) 0.49% 0.93% -
XYZ 45.21 33.06 22.09 -
YUV 155.68 108.43 186 -
System Red Green Blue C M Y K H S L
Decimal 237 121 121 0 0.49 0.49 0.07 0 0.76 0.7
Hex ED 79 79 0 31 31 7 0 4C 46
Octal 355 171 171 0 61 61 7 0 114 106
Binary 11101101 1111001 1111001 0 110001 110001 111 0 1001100 1000110

Color Harmonies of #ED7979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7979

Black with #ED7979

Text Example


Text Example

White with #ED7979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7979; }

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

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

background-color css

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

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

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

border-color css

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

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

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