Html Css Color HEX #E095A7 Kobi

📋 copy color: '#E095A7'

red 224 ◦ green 149 ◦ blue 167

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

Shades of Kobi #E095A7

Tints of Kobi #E095A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 30.93%

R = 41.48%
G = 27.59%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.25

 K value IS 0.12

RGB Variations

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

Color information

#E095A7 (or 0xE095A7) is known color: Kobi. HEX triplet: E0, 95 and A7. RGB value is (224,149,167). Sum of RGB (Red+Green+Blue) = 224+149+167=540 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.48% from 540); Green value is 149 (58.59% from 255 or 27.59% from 540); Blue value is 167 (65.62% from 255 or 30.93% from 540); Max value from RGB is 224 - color contains mainly: red. Hex color #E095A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E095A7 is #1F6A58. Grayscale: #ADADAD. Windows color (decimal): -2058841 or 10982880. OLE color: 10982880.

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

Color convert

RGB 224 149 167 -
CMYK 0 0.33 0.25 0.12
HSL 345.6º 0.55% 0.73% -
HSV(B) 345.6º 0.33% 0.88% -
XYZ 48.46 40.13 41.75 -
YUV 173.48 124.35 164.04 -
System Red Green Blue C M Y K H S L
Decimal 224 149 167 0 0.33 0.25 0.12 345.6 0.55 0.73
Hex E0 95 A7 0 21 19 C 15A 37 49
Octal 340 225 247 0 41 31 14 532 67 111
Binary 11100000 10010101 10100111 0 100001 11001 1100 101011010 110111 1001001

Color Harmonies of #E095A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E095A7

Black with #E095A7

Text Example


Text Example

White with #E095A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E095A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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