Html Css Color HEX #ED7B79 Geraldine

📋 copy color: '#ED7B79'

red 237 ◦ green 123 ◦ blue 121

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

Shades of Geraldine #ED7B79

Tints of Geraldine #ED7B79

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.57%

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

R = 49.27%
G = 25.57%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#ED7B79 (or 0xED7B79) is known color: Geraldine. HEX triplet: ED, 7B and 79. RGB value is (237,123,121). Sum of RGB (Red+Green+Blue) = 237+123+121=481 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.27% from 481); Green value is 123 (48.44% from 255 or 25.57% from 481); Blue value is 121 (47.66% from 255 or 25.16% from 481); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7B79 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7B79 is #128486. Grayscale: #9C9C9C. Windows color (decimal): -1213575 or 7961581. OLE color: 7961581.

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

Color convert

RGB 237 123 121 -
CMYK 0 0.48 0.49 0.07
HSL 1.03º 0.76% 0.7% -
HSV(B) 1.03º 0.49% 0.93% -
XYZ 45.46 33.55 22.17 -
YUV 156.86 107.77 185.16 -
System Red Green Blue C M Y K H S L
Decimal 237 123 121 0 0.48 0.49 0.07 1.03 0.76 0.7
Hex ED 7B 79 0 30 31 7 1 4C 46
Octal 355 173 171 0 60 61 7 1 114 106
Binary 11101101 1111011 1111001 0 110000 110001 111 1 1001100 1000110

Color Harmonies of #ED7B79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7B79

Black with #ED7B79

Text Example


Text Example

White with #ED7B79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7B79; }

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

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

background-color css

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

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

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

border-color css

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

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

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