Html Css Color HEX #E382AA Kobi

📋 copy color: '#E382AA'

red 227 ◦ green 130 ◦ blue 170

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

Shades of Kobi #E382AA

Tints of Kobi #E382AA

RGB

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

 GREEN value IS 130 (51.17% from 255) = 24.67%

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

R = 43.07%
G = 24.67%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E382AA (or 0xE382AA) is known color: Kobi. HEX triplet: E3, 82 and AA. RGB value is (227,130,170). Sum of RGB (Red+Green+Blue) = 227+130+170=527 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.07% from 527); Green value is 130 (51.17% from 255 or 24.67% from 527); Blue value is 170 (66.80% from 255 or 32.26% from 527); Max value from RGB is 227 - color contains mainly: red. Hex color #E382AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E382AA is #1C7D55. Grayscale: #A3A3A3. Windows color (decimal): -1867094 or 11174627. OLE color: 11174627.

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

Color convert

RGB 227 130 170 -
CMYK 0 0.43 0.25 0.11
HSL 335.26º 0.63% 0.7% -
HSV(B) 335.26º 0.43% 0.89% -
XYZ 46.92 35.2 42.35 -
YUV 163.56 131.64 173.25 -
System Red Green Blue C M Y K H S L
Decimal 227 130 170 0 0.43 0.25 0.11 335.26 0.63 0.7
Hex E3 82 AA 0 2B 19 B 14F 3F 46
Octal 343 202 252 0 53 31 13 517 77 106
Binary 11100011 10000010 10101010 0 101011 11001 1011 101001111 111111 1000110

Color Harmonies of #E382AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E382AA

Black with #E382AA

Text Example


Text Example

White with #E382AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E382AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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