Html Css Color HEX #E093B1 Kobi

📋 copy color: '#E093B1'

red 224 ◦ green 147 ◦ blue 177

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

Shades of Kobi #E093B1

Tints of Kobi #E093B1

RGB

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

 GREEN value IS 147 (57.81% from 255) = 26.82%

 BLUE value IS 177 (69.53% from 255) = 32.3%

R = 40.88%
G = 26.82%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#E093B1 (or 0xE093B1) is known color: Kobi. HEX triplet: E0, 93 and B1. RGB value is (224,147,177). Sum of RGB (Red+Green+Blue) = 224+147+177=548 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.88% from 548); Green value is 147 (57.81% from 255 or 26.82% from 548); Blue value is 177 (69.53% from 255 or 32.30% from 548); Max value from RGB is 224 - color contains mainly: red. Hex color #E093B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E093B1 is #1F6C4E. Grayscale: #ADADAD. Windows color (decimal): -2059343 or 11637728. OLE color: 11637728.

HSL color Cylindrical-coordinate representation of color #E093B1: hue angle of 336.62º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E093B1 is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 147 177 -
CMYK 0 0.34 0.21 0.12
HSL 336.62º 0.55% 0.73% -
HSV(B) 336.62º 0.34% 0.88% -
XYZ 49.11 39.89 46.71 -
YUV 173.44 130.01 164.06 -
System Red Green Blue C M Y K H S L
Decimal 224 147 177 0 0.34 0.21 0.12 336.62 0.55 0.73
Hex E0 93 B1 0 22 15 C 151 37 49
Octal 340 223 261 0 42 25 14 521 67 111
Binary 11100000 10010011 10110001 0 100010 10101 1100 101010001 110111 1001001

Color Harmonies of #E093B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E093B1

Black with #E093B1

Text Example


Text Example

White with #E093B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E093B1; }

 p { color: rgb(224,147,177); }

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

background-color css

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

 a { background-color: rgb(224,147,177); }

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

border-color css

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

 span { border-color: rgb(224,147,177); }

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