Html Css Color HEX #E0716B Geraldine

📋 copy color: '#E0716B'

red 224 ◦ green 113 ◦ blue 107

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

Shades of Geraldine #E0716B

Tints of Geraldine #E0716B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 24.1%

R = 50.45%
G = 25.45%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E0716B (or 0xE0716B) is known color: Geraldine. HEX triplet: E0, 71 and 6B. RGB value is (224,113,107). Sum of RGB (Red+Green+Blue) = 224+113+107=444 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.45% from 444); Green value is 113 (44.53% from 255 or 25.45% from 444); Blue value is 107 (42.19% from 255 or 24.10% from 444); Max value from RGB is 224 - color contains mainly: red. Hex color #E0716B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0716B is #1F8E94. Grayscale: #919191. Windows color (decimal): -2068117 or 7041504. OLE color: 7041504.

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

Color convert

RGB 224 113 107 -
CMYK 0 0.50 0.52 0.12
HSL 3.08º 0.65% 0.65% -
HSV(B) 3.08º 0.52% 0.88% -
XYZ 39.3 28.72 17.38 -
YUV 145.51 106.27 183.99 -
System Red Green Blue C M Y K H S L
Decimal 224 113 107 0 0.50 0.52 0.12 3.08 0.65 0.65
Hex E0 71 6B 0 32 34 C 3 41 41
Octal 340 161 153 0 62 64 14 3 101 101
Binary 11100000 1110001 1101011 0 110010 110100 1100 11 1000001 1000001

Color Harmonies of #E0716B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0716B

Black with #E0716B

Text Example


Text Example

White with #E0716B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0716B; }

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

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

background-color css

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

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

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

border-color css

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

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

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