Html Css Color HEX #E16E6B Geraldine

📋 copy color: '#E16E6B'

red 225 ◦ green 110 ◦ blue 107

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

Shades of Geraldine #E16E6B

Tints of Geraldine #E16E6B

RGB

 RED value IS 225 (88.28% from 255) = 50.9%

 GREEN value IS 110 (43.36% from 255) = 24.89%

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

R = 50.9%
G = 24.89%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E16E6B (or 0xE16E6B) is known color: Geraldine. HEX triplet: E1, 6E and 6B. RGB value is (225,110,107). Sum of RGB (Red+Green+Blue) = 225+110+107=442 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.90% from 442); Green value is 110 (43.36% from 255 or 24.89% from 442); Blue value is 107 (42.19% from 255 or 24.21% from 442); Max value from RGB is 225 - color contains mainly: red. Hex color #E16E6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16E6B is #1E9194. Grayscale: #909090. Windows color (decimal): -2003349 or 7040737. OLE color: 7040737.

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

Color convert

RGB 225 110 107 -
CMYK 0 0.51 0.52 0.12
HSL 1.53º 0.66% 0.65% -
HSV(B) 1.53º 0.52% 0.88% -
XYZ 39.28 28.22 17.29 -
YUV 144.04 107.1 185.74 -
System Red Green Blue C M Y K H S L
Decimal 225 110 107 0 0.51 0.52 0.12 1.53 0.66 0.65
Hex E1 6E 6B 0 33 34 C 2 42 41
Octal 341 156 153 0 63 64 14 2 102 101
Binary 11100001 1101110 1101011 0 110011 110100 1100 10 1000010 1000001

Color Harmonies of #E16E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16E6B

Black with #E16E6B

Text Example


Text Example

White with #E16E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16E6B; }

 p { color: rgb(225,110,107); }

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

background-color css

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

 a { background-color: rgb(225,110,107); }

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

border-color css

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

 span { border-color: rgb(225,110,107); }

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