Html Css Color HEX #E395AA Kobi

📋 copy color: '#E395AA'

red 227 ◦ green 149 ◦ blue 170

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

Shades of Kobi #E395AA

Tints of Kobi #E395AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 31.14%

R = 41.58%
G = 27.29%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E395AA (or 0xE395AA) is known color: Kobi. HEX triplet: E3, 95 and AA. RGB value is (227,149,170). Sum of RGB (Red+Green+Blue) = 227+149+170=546 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.58% from 546); Green value is 149 (58.59% from 255 or 27.29% from 546); Blue value is 170 (66.80% from 255 or 31.14% from 546); Max value from RGB is 227 - color contains mainly: red. Hex color #E395AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E395AA is #1C6A55. Grayscale: #AEAEAE. Windows color (decimal): -1862230 or 11179491. OLE color: 11179491.

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

Color convert

RGB 227 149 170 -
CMYK 0 0.34 0.25 0.11
HSL 343.85º 0.58% 0.74% -
HSV(B) 343.85º 0.34% 0.89% -
XYZ 49.68 40.73 43.27 -
YUV 174.72 125.34 165.29 -
System Red Green Blue C M Y K H S L
Decimal 227 149 170 0 0.34 0.25 0.11 343.85 0.58 0.74
Hex E3 95 AA 0 22 19 B 158 3A 4A
Octal 343 225 252 0 42 31 13 530 72 112
Binary 11100011 10010101 10101010 0 100010 11001 1011 101011000 111010 1001010

Color Harmonies of #E395AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E395AA

Black with #E395AA

Text Example


Text Example

White with #E395AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E395AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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