Html Css Color HEX #E0726A Geraldine

📋 copy color: '#E0726A'

red 224 ◦ green 114 ◦ blue 106

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

Shades of Geraldine #E0726A

Tints of Geraldine #E0726A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 23.87%

R = 50.45%
G = 25.68%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E0726A (or 0xE0726A) is known color: Geraldine. HEX triplet: E0, 72 and 6A. RGB value is (224,114,106). Sum of RGB (Red+Green+Blue) = 224+114+106=444 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.45% from 444); Green value is 114 (44.92% from 255 or 25.68% from 444); Blue value is 106 (41.80% from 255 or 23.87% from 444); Max value from RGB is 224 - color contains mainly: red. Hex color #E0726A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0726A is #1F8D95. Grayscale: #929292. Windows color (decimal): -2067862 or 6976224. OLE color: 6976224.

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

Color convert

RGB 224 114 106 -
CMYK 0 0.49 0.53 0.12
HSL 4.07º 0.66% 0.65% -
HSV(B) 4.07º 0.53% 0.88% -
XYZ 39.36 28.92 17.14 -
YUV 145.98 105.44 183.65 -
System Red Green Blue C M Y K H S L
Decimal 224 114 106 0 0.49 0.53 0.12 4.07 0.66 0.65
Hex E0 72 6A 0 31 35 C 4 42 41
Octal 340 162 152 0 61 65 14 4 102 101
Binary 11100000 1110010 1101010 0 110001 110101 1100 100 1000010 1000001

Color Harmonies of #E0726A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0726A

Black with #E0726A

Text Example


Text Example

White with #E0726A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0726A; }

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

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

background-color css

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

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

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

border-color css

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

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

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