Html Css Color HEX #ED7A79 Geraldine

📋 copy color: '#ED7A79'

red 237 ◦ green 122 ◦ blue 121

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

Shades of Geraldine #ED7A79

Tints of Geraldine #ED7A79

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.42%

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

R = 49.38%
G = 25.42%
B = 25.21%

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

#ED7A79 (or 0xED7A79) is known color: Geraldine. HEX triplet: ED, 7A and 79. RGB value is (237,122,121). Sum of RGB (Red+Green+Blue) = 237+122+121=480 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.38% from 480); Green value is 122 (48.05% from 255 or 25.42% from 480); Blue value is 121 (47.66% from 255 or 25.21% from 480); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7A79 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7A79 is #128586. Grayscale: #9C9C9C. Windows color (decimal): -1213831 or 7961325. OLE color: 7961325.

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

Color convert

RGB 237 122 121 -
CMYK 0 0.49 0.49 0.07
HSL 0.52º 0.76% 0.7% -
HSV(B) 0.52º 0.49% 0.93% -
XYZ 45.34 33.3 22.13 -
YUV 156.27 108.1 185.58 -
System Red Green Blue C M Y K H S L
Decimal 237 122 121 0 0.49 0.49 0.07 0.52 0.76 0.7
Hex ED 7A 79 0 31 31 7 1 4C 46
Octal 355 172 171 0 61 61 7 1 114 106
Binary 11101101 1111010 1111001 0 110001 110001 111 1 1001100 1000110

Color Harmonies of #ED7A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7A79

Black with #ED7A79

Text Example


Text Example

White with #ED7A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7A79; }

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

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

background-color css

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

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

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

border-color css

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

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

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