Html Css Color HEX #E384AA Kobi

📋 copy color: '#E384AA'

red 227 ◦ green 132 ◦ blue 170

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

Shades of Kobi #E384AA

Tints of Kobi #E384AA

RGB

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

 GREEN value IS 132 (51.95% from 255) = 24.95%

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

R = 42.91%
G = 24.95%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E384AA (or 0xE384AA) is known color: Kobi. HEX triplet: E3, 84 and AA. RGB value is (227,132,170). Sum of RGB (Red+Green+Blue) = 227+132+170=529 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.91% from 529); Green value is 132 (51.95% from 255 or 24.95% from 529); Blue value is 170 (66.80% from 255 or 32.14% from 529); Max value from RGB is 227 - color contains mainly: red. Hex color #E384AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E384AA is #1C7B55. Grayscale: #A4A4A4. Windows color (decimal): -1866582 or 11175139. OLE color: 11175139.

HSL color Cylindrical-coordinate representation of color #E384AA: hue angle of 336º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E384AA is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 132 170 -
CMYK 0 0.42 0.25 0.11
HSL 336º 0.63% 0.7% -
HSV(B) 336º 0.42% 0.89% -
XYZ 47.19 35.74 42.44 -
YUV 164.74 130.97 172.41 -
System Red Green Blue C M Y K H S L
Decimal 227 132 170 0 0.42 0.25 0.11 336 0.63 0.7
Hex E3 84 AA 0 2A 19 B 150 3F 46
Octal 343 204 252 0 52 31 13 520 77 106
Binary 11100011 10000100 10101010 0 101010 11001 1011 101010000 111111 1000110

Color Harmonies of #E384AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E384AA

Black with #E384AA

Text Example


Text Example

White with #E384AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E384AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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