Html Css Color HEX #E0716D Geraldine

📋 copy color: '#E0716D'

red 224 ◦ green 113 ◦ blue 109

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

Shades of Geraldine #E0716D

Tints of Geraldine #E0716D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.34%

 BLUE value IS 109 (42.97% from 255) = 24.44%

R = 50.22%
G = 25.34%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#E0716D (or 0xE0716D) is known color: Geraldine. HEX triplet: E0, 71 and 6D. RGB value is (224,113,109). Sum of RGB (Red+Green+Blue) = 224+113+109=446 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.22% from 446); Green value is 113 (44.53% from 255 or 25.34% from 446); Blue value is 109 (42.97% from 255 or 24.44% from 446); Max value from RGB is 224 - color contains mainly: red. Hex color #E0716D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0716D is #1F8E92. Grayscale: #919191. Windows color (decimal): -2068115 or 7172576. OLE color: 7172576.

HSL color Cylindrical-coordinate representation of color #E0716D: hue angle of 2.09º 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 #E0716D is Cyan = 0, Magento = 0.50, Yellow = 0.51 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 113 109 -
CMYK 0 0.50 0.51 0.12
HSL 2.09º 0.65% 0.65% -
HSV(B) 2.09º 0.51% 0.88% -
XYZ 39.41 28.76 17.94 -
YUV 145.73 107.27 183.83 -
System Red Green Blue C M Y K H S L
Decimal 224 113 109 0 0.50 0.51 0.12 2.09 0.65 0.65
Hex E0 71 6D 0 32 33 C 2 41 41
Octal 340 161 155 0 62 63 14 2 101 101
Binary 11100000 1110001 1101101 0 110010 110011 1100 10 1000001 1000001

Color Harmonies of #E0716D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0716D

Black with #E0716D

Text Example


Text Example

White with #E0716D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0716D; }

 p { color: rgb(224,113,109); }

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

background-color css

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

 a { background-color: rgb(224,113,109); }

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

border-color css

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

 span { border-color: rgb(224,113,109); }

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