Html Css Color HEX #E094B2 Kobi

📋 copy color: '#E094B2'

red 224 ◦ green 148 ◦ blue 178

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

Shades of Kobi #E094B2

Tints of Kobi #E094B2

RGB

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

 GREEN value IS 148 (58.2% from 255) = 26.91%

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

R = 40.73%
G = 26.91%
B = 32.36%

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

#E094B2 (or 0xE094B2) is known color: Kobi. HEX triplet: E0, 94 and B2. RGB value is (224,148,178). Sum of RGB (Red+Green+Blue) = 224+148+178=550 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.73% from 550); Green value is 148 (58.20% from 255 or 26.91% from 550); Blue value is 178 (69.92% from 255 or 32.36% from 550); Max value from RGB is 224 - color contains mainly: red. Hex color #E094B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E094B2 is #1F6B4D. Grayscale: #AEAEAE. Windows color (decimal): -2059086 or 11703520. OLE color: 11703520.

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

Color convert

RGB 224 148 178 -
CMYK 0 0.34 0.21 0.12
HSL 336.32º 0.55% 0.73% -
HSV(B) 336.32º 0.34% 0.88% -
XYZ 49.37 40.24 47.28 -
YUV 174.14 130.18 163.56 -
System Red Green Blue C M Y K H S L
Decimal 224 148 178 0 0.34 0.21 0.12 336.32 0.55 0.73
Hex E0 94 B2 0 22 15 C 150 37 49
Octal 340 224 262 0 42 25 14 520 67 111
Binary 11100000 10010100 10110010 0 100010 10101 1100 101010000 110111 1001001

Color Harmonies of #E094B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E094B2

Black with #E094B2

Text Example


Text Example

White with #E094B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E094B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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