Html Css Color HEX #E382A8 Kobi

📋 copy color: '#E382A8'

red 227 ◦ green 130 ◦ blue 168

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

Shades of Kobi #E382A8

Tints of Kobi #E382A8

RGB

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

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

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

R = 43.24%
G = 24.76%
B = 32%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.26

 K value IS 0.11

RGB Variations

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

Color information

#E382A8 (or 0xE382A8) is known color: Kobi. HEX triplet: E3, 82 and A8. RGB value is (227,130,168). Sum of RGB (Red+Green+Blue) = 227+130+168=525 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.24% from 525); Green value is 130 (51.17% from 255 or 24.76% from 525); Blue value is 168 (66.02% from 255 or 32% from 525); Max value from RGB is 227 - color contains mainly: red. Hex color #E382A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E382A8 is #1C7D57. Grayscale: #A3A3A3. Windows color (decimal): -1867096 or 11043555. OLE color: 11043555.

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

Color convert

RGB 227 130 168 -
CMYK 0 0.43 0.26 0.11
HSL 336.49º 0.63% 0.7% -
HSV(B) 336.49º 0.43% 0.89% -
XYZ 46.73 35.12 41.36 -
YUV 163.34 130.64 173.41 -
System Red Green Blue C M Y K H S L
Decimal 227 130 168 0 0.43 0.26 0.11 336.49 0.63 0.7
Hex E3 82 A8 0 2B 1A B 150 3F 46
Octal 343 202 250 0 53 32 13 520 77 106
Binary 11100011 10000010 10101000 0 101011 11010 1011 101010000 111111 1000110

Color Harmonies of #E382A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E382A8

Black with #E382A8

Text Example


Text Example

White with #E382A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E382A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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