Html Css Color HEX #E0726E Geraldine

📋 copy color: '#E0726E'

red 224 ◦ green 114 ◦ blue 110

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

Shades of Geraldine #E0726E

Tints of Geraldine #E0726E

RGB

 RED value IS 224 (87.89% from 255) = 50%

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

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

R = 50%
G = 25.45%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#E0726E (or 0xE0726E) is known color: Geraldine. HEX triplet: E0, 72 and 6E. RGB value is (224,114,110). Sum of RGB (Red+Green+Blue) = 224+114+110=448 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50% from 448); Green value is 114 (44.92% from 255 or 25.45% from 448); Blue value is 110 (43.36% from 255 or 24.55% from 448); Max value from RGB is 224 - color contains mainly: red. Hex color #E0726E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0726E is #1F8D91. Grayscale: #929292. Windows color (decimal): -2067858 or 7238368. OLE color: 7238368.

HSL color Cylindrical-coordinate representation of color #E0726E: hue angle of 2.11º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E0726E is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 114 110 -
CMYK 0 0.49 0.51 0.12
HSL 2.11º 0.65% 0.65% -
HSV(B) 2.11º 0.51% 0.88% -
XYZ 39.57 29.01 18.27 -
YUV 146.43 107.44 183.33 -
System Red Green Blue C M Y K H S L
Decimal 224 114 110 0 0.49 0.51 0.12 2.11 0.65 0.65
Hex E0 72 6E 0 31 33 C 2 41 41
Octal 340 162 156 0 61 63 14 2 101 101
Binary 11100000 1110010 1101110 0 110001 110011 1100 10 1000001 1000001

Color Harmonies of #E0726E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0726E

Black with #E0726E

Text Example


Text Example

White with #E0726E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0726E; }

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

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

background-color css

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

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

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

border-color css

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

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

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