Html Css Color HEX #E083A6 Kobi

📋 copy color: '#E083A6'

red 224 ◦ green 131 ◦ blue 166

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

Shades of Kobi #E083A6

Tints of Kobi #E083A6

RGB

 RED value IS 224 (87.89% from 255) = 42.99%

 GREEN value IS 131 (51.56% from 255) = 25.14%

 BLUE value IS 166 (65.23% from 255) = 31.86%

R = 42.99%
G = 25.14%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.26

 K value IS 0.12

RGB Variations

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

Color information

#E083A6 (or 0xE083A6) is known color: Kobi. HEX triplet: E0, 83 and A6. RGB value is (224,131,166). Sum of RGB (Red+Green+Blue) = 224+131+166=521 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.99% from 521); Green value is 131 (51.56% from 255 or 25.14% from 521); Blue value is 166 (65.23% from 255 or 31.86% from 521); Max value from RGB is 224 - color contains mainly: red. Hex color #E083A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E083A6 is #1F7C59. Grayscale: #A2A2A2. Windows color (decimal): -2063450 or 10912736. OLE color: 10912736.

HSL color Cylindrical-coordinate representation of color #E083A6: hue angle of 337.42º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E083A6 is Cyan = 0, Magento = 0.42, Yellow = 0.26 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 131 166 -
CMYK 0 0.42 0.26 0.12
HSL 337.42º 0.6% 0.7% -
HSV(B) 337.42º 0.42% 0.88% -
XYZ 45.74 34.83 40.39 -
YUV 162.8 129.81 171.65 -
System Red Green Blue C M Y K H S L
Decimal 224 131 166 0 0.42 0.26 0.12 337.42 0.6 0.7
Hex E0 83 A6 0 2A 1A C 151 3C 46
Octal 340 203 246 0 52 32 14 521 74 106
Binary 11100000 10000011 10100110 0 101010 11010 1100 101010001 111100 1000110

Color Harmonies of #E083A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E083A6

Black with #E083A6

Text Example


Text Example

White with #E083A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E083A6; }

 p { color: rgb(224,131,166); }

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

background-color css

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

 a { background-color: rgb(224,131,166); }

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

border-color css

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

 span { border-color: rgb(224,131,166); }

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