Html Css Color HEX #E16F6B Geraldine

📋 copy color: '#E16F6B'

red 225 ◦ green 111 ◦ blue 107

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

Shades of Geraldine #E16F6B

Tints of Geraldine #E16F6B

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.06%

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

R = 50.79%
G = 25.06%
B = 24.15%

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

#E16F6B (or 0xE16F6B) is known color: Geraldine. HEX triplet: E1, 6F and 6B. RGB value is (225,111,107). Sum of RGB (Red+Green+Blue) = 225+111+107=443 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.79% from 443); Green value is 111 (43.75% from 255 or 25.06% from 443); Blue value is 107 (42.19% from 255 or 24.15% from 443); Max value from RGB is 225 - color contains mainly: red. Hex color #E16F6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16F6B is #1E9094. Grayscale: #909090. Windows color (decimal): -2003093 or 7040993. OLE color: 7040993.

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

Color convert

RGB 225 111 107 -
CMYK 0 0.51 0.52 0.12
HSL 2.03º 0.66% 0.65% -
HSV(B) 2.03º 0.52% 0.88% -
XYZ 39.39 28.44 17.32 -
YUV 144.63 106.77 185.33 -
System Red Green Blue C M Y K H S L
Decimal 225 111 107 0 0.51 0.52 0.12 2.03 0.66 0.65
Hex E1 6F 6B 0 33 34 C 2 42 41
Octal 341 157 153 0 63 64 14 2 102 101
Binary 11100001 1101111 1101011 0 110011 110100 1100 10 1000010 1000001

Color Harmonies of #E16F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16F6B

Black with #E16F6B

Text Example


Text Example

White with #E16F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16F6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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