Html Css Color HEX #ED7771 Geraldine

📋 copy color: '#ED7771'

red 237 ◦ green 119 ◦ blue 113

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

Shades of Geraldine #ED7771

Tints of Geraldine #ED7771

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 24.09%

R = 50.53%
G = 25.37%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#ED7771 (or 0xED7771) is known color: Geraldine. HEX triplet: ED, 77 and 71. RGB value is (237,119,113). Sum of RGB (Red+Green+Blue) = 237+119+113=469 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.53% from 469); Green value is 119 (46.88% from 255 or 25.37% from 469); Blue value is 113 (44.53% from 255 or 24.09% from 469); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7771 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7771 is #12888E. Grayscale: #999999. Windows color (decimal): -1214607 or 7436269. OLE color: 7436269.

HSL color Cylindrical-coordinate representation of color #ED7771: hue angle of 2.9º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ED7771 is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 119 113 -
CMYK 0 0.50 0.52 0.07
HSL 2.9º 0.78% 0.69% -
HSV(B) 2.9º 0.52% 0.93% -
XYZ 44.5 32.39 19.53 -
YUV 153.6 105.09 187.49 -
System Red Green Blue C M Y K H S L
Decimal 237 119 113 0 0.50 0.52 0.07 2.9 0.78 0.69
Hex ED 77 71 0 32 34 7 3 4E 45
Octal 355 167 161 0 62 64 7 3 116 105
Binary 11101101 1110111 1110001 0 110010 110100 111 11 1001110 1000101

Color Harmonies of #ED7771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7771

Black with #ED7771

Text Example


Text Example

White with #ED7771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7771; }

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

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

background-color css

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

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

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

border-color css

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

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

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