Html Css Color HEX #ED776E Geraldine

📋 copy color: '#ED776E'

red 237 ◦ green 119 ◦ blue 110

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

Shades of Geraldine #ED776E

Tints of Geraldine #ED776E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.61%

R = 50.86%
G = 25.54%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#ED776E (or 0xED776E) is known color: Geraldine. HEX triplet: ED, 77 and 6E. RGB value is (237,119,110). Sum of RGB (Red+Green+Blue) = 237+119+110=466 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.86% from 466); Green value is 119 (46.88% from 255 or 25.54% from 466); Blue value is 110 (43.36% from 255 or 23.61% from 466); Max value from RGB is 237 - color contains mainly: red. Hex color #ED776E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED776E is #128891. Grayscale: #999999. Windows color (decimal): -1214610 or 7239661. OLE color: 7239661.

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

Color convert

RGB 237 119 110 -
CMYK 0 0.50 0.54 0.07
HSL 4.25º 0.78% 0.68% -
HSV(B) 4.25º 0.54% 0.93% -
XYZ 44.34 32.32 18.65 -
YUV 153.26 103.59 187.73 -
System Red Green Blue C M Y K H S L
Decimal 237 119 110 0 0.50 0.54 0.07 4.25 0.78 0.68
Hex ED 77 6E 0 32 36 7 4 4E 44
Octal 355 167 156 0 62 66 7 4 116 104
Binary 11101101 1110111 1101110 0 110010 110110 111 100 1001110 1000100

Color Harmonies of #ED776E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED776E

Black with #ED776E

Text Example


Text Example

White with #ED776E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED776E; }

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

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

background-color css

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

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

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

border-color css

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

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

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