Html Css Color HEX #E093B2 Kobi

📋 copy color: '#E093B2'

red 224 ◦ green 147 ◦ blue 178

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

Shades of Kobi #E093B2

Tints of Kobi #E093B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 32.42%

R = 40.8%
G = 26.78%
B = 32.42%

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

#E093B2 (or 0xE093B2) is known color: Kobi. HEX triplet: E0, 93 and B2. RGB value is (224,147,178). Sum of RGB (Red+Green+Blue) = 224+147+178=549 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.80% from 549); Green value is 147 (57.81% from 255 or 26.78% from 549); Blue value is 178 (69.92% from 255 or 32.42% from 549); Max value from RGB is 224 - color contains mainly: red. Hex color #E093B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E093B2 is #1F6C4D. Grayscale: #ADADAD. Windows color (decimal): -2059342 or 11703264. OLE color: 11703264.

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

Color convert

RGB 224 147 178 -
CMYK 0 0.34 0.21 0.12
HSL 335.84º 0.55% 0.73% -
HSV(B) 335.84º 0.34% 0.88% -
XYZ 49.21 39.93 47.23 -
YUV 173.56 130.51 163.98 -
System Red Green Blue C M Y K H S L
Decimal 224 147 178 0 0.34 0.21 0.12 335.84 0.55 0.73
Hex E0 93 B2 0 22 15 C 150 37 49
Octal 340 223 262 0 42 25 14 520 67 111
Binary 11100000 10010011 10110010 0 100010 10101 1100 101010000 110111 1001001

Color Harmonies of #E093B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E093B2

Black with #E093B2

Text Example


Text Example

White with #E093B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E093B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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