Html Css Color HEX #ED7777 Geraldine

📋 copy color: '#ED7777'

red 237 ◦ green 119 ◦ blue 119

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

Shades of Geraldine #ED7777

Tints of Geraldine #ED7777

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25.05%

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

R = 49.89%
G = 25.05%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#ED7777 (or 0xED7777) is known color: Geraldine. HEX triplet: ED, 77 and 77. RGB value is (237,119,119). Sum of RGB (Red+Green+Blue) = 237+119+119=475 (62% of max value = 765). Red value is 237 (92.97% from 255 or 49.89% from 475); Green value is 119 (46.88% from 255 or 25.05% from 475); Blue value is 119 (46.88% from 255 or 25.05% from 475); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7777 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7777 is #128888. Grayscale: #9A9A9A. Windows color (decimal): -1214601 or 7829485. OLE color: 7829485.

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

Color convert

RGB 237 119 119 -
CMYK 0 0.50 0.50 0.07
HSL 0.77% 0.7% -
HSV(B) 0.5% 0.93% -
XYZ 44.85 32.53 21.37 -
YUV 154.28 108.09 187 -
System Red Green Blue C M Y K H S L
Decimal 237 119 119 0 0.50 0.50 0.07 0 0.77 0.7
Hex ED 77 77 0 32 32 7 0 4D 46
Octal 355 167 167 0 62 62 7 0 115 106
Binary 11101101 1110111 1110111 0 110010 110010 111 0 1001101 1000110

Color Harmonies of #ED7777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7777

Black with #ED7777

Text Example


Text Example

White with #ED7777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7777; }

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

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

background-color css

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

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

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

border-color css

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

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

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