Html Css Color HEX #E095AE Kobi

📋 copy color: '#E095AE'

red 224 ◦ green 149 ◦ blue 174

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

Shades of Kobi #E095AE

Tints of Kobi #E095AE

RGB

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

 GREEN value IS 149 (58.59% from 255) = 27.24%

 BLUE value IS 174 (68.36% from 255) = 31.81%

R = 40.95%
G = 27.24%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E095AE (or 0xE095AE) is known color: Kobi. HEX triplet: E0, 95 and AE. RGB value is (224,149,174). Sum of RGB (Red+Green+Blue) = 224+149+174=547 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.95% from 547); Green value is 149 (58.59% from 255 or 27.24% from 547); Blue value is 174 (68.36% from 255 or 31.81% from 547); Max value from RGB is 224 - color contains mainly: red. Hex color #E095AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E095AE is #1F6A51. Grayscale: #AEAEAE. Windows color (decimal): -2058834 or 11441632. OLE color: 11441632.

HSL color Cylindrical-coordinate representation of color #E095AE: hue angle of 340º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E095AE is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 149 174 -
CMYK 0 0.33 0.22 0.12
HSL 340º 0.55% 0.73% -
HSV(B) 340º 0.33% 0.88% -
XYZ 49.13 40.4 45.25 -
YUV 174.28 127.85 163.47 -
System Red Green Blue C M Y K H S L
Decimal 224 149 174 0 0.33 0.22 0.12 340 0.55 0.73
Hex E0 95 AE 0 21 16 C 154 37 49
Octal 340 225 256 0 41 26 14 524 67 111
Binary 11100000 10010101 10101110 0 100001 10110 1100 101010100 110111 1001001

Color Harmonies of #E095AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E095AE

Black with #E095AE

Text Example


Text Example

White with #E095AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E095AE; }

 p { color: rgb(224,149,174); }

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

background-color css

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

 a { background-color: rgb(224,149,174); }

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

border-color css

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

 span { border-color: rgb(224,149,174); }

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