Html Css Color HEX #E386A8 Kobi

📋 copy color: '#E386A8'

red 227 ◦ green 134 ◦ blue 168

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

Shades of Kobi #E386A8

Tints of Kobi #E386A8

RGB

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

 GREEN value IS 134 (52.73% from 255) = 25.33%

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

R = 42.91%
G = 25.33%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.26

 K value IS 0.11

RGB Variations

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

Color information

#E386A8 (or 0xE386A8) is known color: Kobi. HEX triplet: E3, 86 and A8. RGB value is (227,134,168). Sum of RGB (Red+Green+Blue) = 227+134+168=529 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.91% from 529); Green value is 134 (52.73% from 255 or 25.33% from 529); Blue value is 168 (66.02% from 255 or 31.76% from 529); Max value from RGB is 227 - color contains mainly: red. Hex color #E386A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E386A8 is #1C7957. Grayscale: #A5A5A5. Windows color (decimal): -1866072 or 11044579. OLE color: 11044579.

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

Color convert

RGB 227 134 168 -
CMYK 0 0.41 0.26 0.11
HSL 338.06º 0.62% 0.71% -
HSV(B) 338.06º 0.41% 0.89% -
XYZ 47.27 36.21 41.54 -
YUV 165.68 129.31 171.74 -
System Red Green Blue C M Y K H S L
Decimal 227 134 168 0 0.41 0.26 0.11 338.06 0.62 0.71
Hex E3 86 A8 0 29 1A B 152 3E 47
Octal 343 206 250 0 51 32 13 522 76 107
Binary 11100011 10000110 10101000 0 101001 11010 1011 101010010 111110 1000111

Color Harmonies of #E386A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E386A8

Black with #E386A8

Text Example


Text Example

White with #E386A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E386A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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