Html Css Color HEX #E380AF Kobi

📋 copy color: '#E380AF'

red 227 ◦ green 128 ◦ blue 175

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

Shades of Kobi #E380AF

Tints of Kobi #E380AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 33.02%

R = 42.83%
G = 24.15%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E380AF (or 0xE380AF) is known color: Kobi. HEX triplet: E3, 80 and AF. RGB value is (227,128,175). Sum of RGB (Red+Green+Blue) = 227+128+175=530 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.83% from 530); Green value is 128 (50.39% from 255 or 24.15% from 530); Blue value is 175 (68.75% from 255 or 33.02% from 530); Max value from RGB is 227 - color contains mainly: red. Hex color #E380AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E380AF is #1C7F50. Grayscale: #A2A2A2. Windows color (decimal): -1867601 or 11501795. OLE color: 11501795.

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

Color convert

RGB 227 128 175 -
CMYK 0 0.44 0.23 0.11
HSL 331.52º 0.64% 0.7% -
HSV(B) 331.52º 0.44% 0.89% -
XYZ 47.14 34.86 44.8 -
YUV 162.96 134.8 173.68 -
System Red Green Blue C M Y K H S L
Decimal 227 128 175 0 0.44 0.23 0.11 331.52 0.64 0.7
Hex E3 80 AF 0 2C 17 B 14C 40 46
Octal 343 200 257 0 54 27 13 514 100 106
Binary 11100011 10000000 10101111 0 101100 10111 1011 101001100 1000000 1000110

Color Harmonies of #E380AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E380AF

Black with #E380AF

Text Example


Text Example

White with #E380AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E380AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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