Html Css Color HEX #E380AA Kobi

📋 copy color: '#E380AA'

red 227 ◦ green 128 ◦ blue 170

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

Shades of Kobi #E380AA

Tints of Kobi #E380AA

RGB

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

 GREEN value IS 128 (50.39% from 255) = 24.38%

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

R = 43.24%
G = 24.38%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E380AA (or 0xE380AA) is known color: Kobi. HEX triplet: E3, 80 and AA. RGB value is (227,128,170). Sum of RGB (Red+Green+Blue) = 227+128+170=525 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.24% from 525); Green value is 128 (50.39% from 255 or 24.38% from 525); Blue value is 170 (66.80% from 255 or 32.38% from 525); Max value from RGB is 227 - color contains mainly: red. Hex color #E380AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E380AA is #1C7F55. Grayscale: #A2A2A2. Windows color (decimal): -1867606 or 11174115. OLE color: 11174115.

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

Color convert

RGB 227 128 170 -
CMYK 0 0.44 0.25 0.11
HSL 334.55º 0.64% 0.7% -
HSV(B) 334.55º 0.44% 0.89% -
XYZ 46.65 34.67 42.26 -
YUV 162.39 132.3 174.08 -
System Red Green Blue C M Y K H S L
Decimal 227 128 170 0 0.44 0.25 0.11 334.55 0.64 0.7
Hex E3 80 AA 0 2C 19 B 14F 40 46
Octal 343 200 252 0 54 31 13 517 100 106
Binary 11100011 10000000 10101010 0 101100 11001 1011 101001111 1000000 1000110

Color Harmonies of #E380AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E380AA

Black with #E380AA

Text Example


Text Example

White with #E380AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E380AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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