Html Css Color HEX #E083B0 Kobi

📋 copy color: '#E083B0'

red 224 ◦ green 131 ◦ blue 176

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

Shades of Kobi #E083B0

Tints of Kobi #E083B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 33.15%

R = 42.18%
G = 24.67%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#E083B0 (or 0xE083B0) is known color: Kobi. HEX triplet: E0, 83 and B0. RGB value is (224,131,176). Sum of RGB (Red+Green+Blue) = 224+131+176=531 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.18% from 531); Green value is 131 (51.56% from 255 or 24.67% from 531); Blue value is 176 (69.14% from 255 or 33.15% from 531); Max value from RGB is 224 - color contains mainly: red. Hex color #E083B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E083B0 is #1F7C4F. Grayscale: #A3A3A3. Windows color (decimal): -2063440 or 11568096. OLE color: 11568096.

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

Color convert

RGB 224 131 176 -
CMYK 0 0.42 0.21 0.12
HSL 330.97º 0.6% 0.7% -
HSV(B) 330.97º 0.42% 0.88% -
XYZ 46.69 35.21 45.41 -
YUV 163.94 134.81 170.84 -
System Red Green Blue C M Y K H S L
Decimal 224 131 176 0 0.42 0.21 0.12 330.97 0.6 0.7
Hex E0 83 B0 0 2A 15 C 14B 3C 46
Octal 340 203 260 0 52 25 14 513 74 106
Binary 11100000 10000011 10110000 0 101010 10101 1100 101001011 111100 1000110

Color Harmonies of #E083B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E083B0

Black with #E083B0

Text Example


Text Example

White with #E083B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E083B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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