Html Css Color HEX #ED726E Geraldine

📋 copy color: '#ED726E'

red 237 ◦ green 114 ◦ blue 110

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

Shades of Geraldine #ED726E

Tints of Geraldine #ED726E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.73%

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

R = 51.41%
G = 24.73%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#ED726E (or 0xED726E) is known color: Geraldine. HEX triplet: ED, 72 and 6E. RGB value is (237,114,110). Sum of RGB (Red+Green+Blue) = 237+114+110=461 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.41% from 461); Green value is 114 (44.92% from 255 or 24.73% from 461); Blue value is 110 (43.36% from 255 or 23.86% from 461); Max value from RGB is 237 - color contains mainly: red. Hex color #ED726E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED726E is #128D91. Grayscale: #969696. Windows color (decimal): -1215890 or 7238381. OLE color: 7238381.

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

Color convert

RGB 237 114 110 -
CMYK 0 0.52 0.54 0.07
HSL 1.89º 0.78% 0.68% -
HSV(B) 1.89º 0.54% 0.93% -
XYZ 43.76 31.16 18.46 -
YUV 150.32 105.25 189.83 -
System Red Green Blue C M Y K H S L
Decimal 237 114 110 0 0.52 0.54 0.07 1.89 0.78 0.68
Hex ED 72 6E 0 34 36 7 2 4E 44
Octal 355 162 156 0 64 66 7 2 116 104
Binary 11101101 1110010 1101110 0 110100 110110 111 10 1001110 1000100

Color Harmonies of #ED726E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED726E

Black with #ED726E

Text Example


Text Example

White with #ED726E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED726E; }

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

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

background-color css

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

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

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

border-color css

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

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

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