Html Css Color HEX #E095A5 Kobi

📋 copy color: '#E095A5'

red 224 ◦ green 149 ◦ blue 165

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

Shades of Kobi #E095A5

Tints of Kobi #E095A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 30.67%

R = 41.64%
G = 27.7%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.26

 K value IS 0.12

RGB Variations

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

Color information

#E095A5 (or 0xE095A5) is known color: Kobi. HEX triplet: E0, 95 and A5. RGB value is (224,149,165). Sum of RGB (Red+Green+Blue) = 224+149+165=538 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.64% from 538); Green value is 149 (58.59% from 255 or 27.70% from 538); Blue value is 165 (64.84% from 255 or 30.67% from 538); Max value from RGB is 224 - color contains mainly: red. Hex color #E095A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E095A5 is #1F6A5A. Grayscale: #ADADAD. Windows color (decimal): -2058843 or 10851808. OLE color: 10851808.

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

Color convert

RGB 224 149 165 -
CMYK 0 0.33 0.26 0.12
HSL 347.2º 0.55% 0.73% -
HSV(B) 347.2º 0.33% 0.88% -
XYZ 48.28 40.06 40.78 -
YUV 173.25 123.35 164.2 -
System Red Green Blue C M Y K H S L
Decimal 224 149 165 0 0.33 0.26 0.12 347.2 0.55 0.73
Hex E0 95 A5 0 21 1A C 15B 37 49
Octal 340 225 245 0 41 32 14 533 67 111
Binary 11100000 10010101 10100101 0 100001 11010 1100 101011011 110111 1001001

Color Harmonies of #E095A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E095A5

Black with #E095A5

Text Example


Text Example

White with #E095A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E095A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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