Html Css Color HEX #ED7D79 Geraldine

📋 copy color: '#ED7D79'

red 237 ◦ green 125 ◦ blue 121

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

Shades of Geraldine #ED7D79

Tints of Geraldine #ED7D79

RGB

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

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

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

R = 49.07%
G = 25.88%
B = 25.05%

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

#ED7D79 (or 0xED7D79) is known color: Geraldine. HEX triplet: ED, 7D and 79. RGB value is (237,125,121). Sum of RGB (Red+Green+Blue) = 237+125+121=483 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.07% from 483); Green value is 125 (49.22% from 255 or 25.88% from 483); Blue value is 121 (47.66% from 255 or 25.05% from 483); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7D79 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7D79 is #128286. Grayscale: #9E9E9E. Windows color (decimal): -1213063 or 7962093. OLE color: 7962093.

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

Color convert

RGB 237 125 121 -
CMYK 0 0.47 0.49 0.07
HSL 2.07º 0.76% 0.7% -
HSV(B) 2.07º 0.49% 0.93% -
XYZ 45.71 34.05 22.25 -
YUV 158.03 107.11 184.33 -
System Red Green Blue C M Y K H S L
Decimal 237 125 121 0 0.47 0.49 0.07 2.07 0.76 0.7
Hex ED 7D 79 0 2F 31 7 2 4C 46
Octal 355 175 171 0 57 61 7 2 114 106
Binary 11101101 1111101 1111001 0 101111 110001 111 10 1001100 1000110

Color Harmonies of #ED7D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7D79

Black with #ED7D79

Text Example


Text Example

White with #ED7D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7D79; }

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

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

background-color css

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

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

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

border-color css

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

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

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