Html Css Color HEX #E083A5 Kobi

📋 copy color: '#E083A5'

red 224 ◦ green 131 ◦ blue 165

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

Shades of Kobi #E083A5

Tints of Kobi #E083A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 31.73%

R = 43.08%
G = 25.19%
B = 31.73%

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

#E083A5 (or 0xE083A5) is known color: Kobi. HEX triplet: E0, 83 and A5. RGB value is (224,131,165). Sum of RGB (Red+Green+Blue) = 224+131+165=520 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.08% from 520); Green value is 131 (51.56% from 255 or 25.19% from 520); Blue value is 165 (64.84% from 255 or 31.73% from 520); Max value from RGB is 224 - color contains mainly: red. Hex color #E083A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E083A5 is #1F7C5A. Grayscale: #A2A2A2. Windows color (decimal): -2063451 or 10847200. OLE color: 10847200.

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

Color convert

RGB 224 131 165 -
CMYK 0 0.42 0.26 0.12
HSL 338.06º 0.6% 0.7% -
HSV(B) 338.06º 0.42% 0.88% -
XYZ 45.65 34.8 39.91 -
YUV 162.68 129.31 171.74 -
System Red Green Blue C M Y K H S L
Decimal 224 131 165 0 0.42 0.26 0.12 338.06 0.6 0.7
Hex E0 83 A5 0 2A 1A C 152 3C 46
Octal 340 203 245 0 52 32 14 522 74 106
Binary 11100000 10000011 10100101 0 101010 11010 1100 101010010 111100 1000110

Color Harmonies of #E083A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E083A5

Black with #E083A5

Text Example


Text Example

White with #E083A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E083A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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