Html Css Color HEX #E395A8 Kobi

📋 copy color: '#E395A8'

red 227 ◦ green 149 ◦ blue 168

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

Shades of Kobi #E395A8

Tints of Kobi #E395A8

RGB

 RED value IS 227 (89.06% from 255) = 41.73%

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

 BLUE value IS 168 (66.02% from 255) = 30.88%

R = 41.73%
G = 27.39%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.26

 K value IS 0.11

RGB Variations

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

Color information

#E395A8 (or 0xE395A8) is known color: Kobi. HEX triplet: E3, 95 and A8. RGB value is (227,149,168). Sum of RGB (Red+Green+Blue) = 227+149+168=544 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.73% from 544); Green value is 149 (58.59% from 255 or 27.39% from 544); Blue value is 168 (66.02% from 255 or 30.88% from 544); Max value from RGB is 227 - color contains mainly: red. Hex color #E395A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E395A8 is #1C6A57. Grayscale: #AEAEAE. Windows color (decimal): -1862232 or 11048419. OLE color: 11048419.

HSL color Cylindrical-coordinate representation of color #E395A8: hue angle of 345.38º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E395A8 is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 149 168 -
CMYK 0 0.34 0.26 0.11
HSL 345.38º 0.58% 0.74% -
HSV(B) 345.38º 0.34% 0.89% -
XYZ 49.49 40.65 42.28 -
YUV 174.49 124.34 165.46 -
System Red Green Blue C M Y K H S L
Decimal 227 149 168 0 0.34 0.26 0.11 345.38 0.58 0.74
Hex E3 95 A8 0 22 1A B 159 3A 4A
Octal 343 225 250 0 42 32 13 531 72 112
Binary 11100011 10010101 10101000 0 100010 11010 1011 101011001 111010 1001010

Color Harmonies of #E395A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E395A8

Black with #E395A8

Text Example


Text Example

White with #E395A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E395A8; }

 p { color: rgb(227,149,168); }

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

background-color css

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

 a { background-color: rgb(227,149,168); }

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

border-color css

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

 span { border-color: rgb(227,149,168); }

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