Html Css Color HEX #E091B4 Kobi

📋 copy color: '#E091B4'

red 224 ◦ green 145 ◦ blue 180

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

Shades of Kobi #E091B4

Tints of Kobi #E091B4

RGB

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

 GREEN value IS 145 (57.03% from 255) = 26.41%

 BLUE value IS 180 (70.7% from 255) = 32.79%

R = 40.8%
G = 26.41%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.20

 K value IS 0.12

RGB Variations

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

Color information

#E091B4 (or 0xE091B4) is known color: Kobi. HEX triplet: E0, 91 and B4. RGB value is (224,145,180). Sum of RGB (Red+Green+Blue) = 224+145+180=549 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.80% from 549); Green value is 145 (57.03% from 255 or 26.41% from 549); Blue value is 180 (70.70% from 255 or 32.79% from 549); Max value from RGB is 224 - color contains mainly: red. Hex color #E091B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E091B4 is #1F6E4B. Grayscale: #ACACAC. Windows color (decimal): -2059852 or 11833824. OLE color: 11833824.

HSL color Cylindrical-coordinate representation of color #E091B4: hue angle of 333.42º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E091B4 is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 145 180 -
CMYK 0 0.35 0.20 0.12
HSL 333.42º 0.56% 0.72% -
HSV(B) 333.42º 0.35% 0.88% -
XYZ 49.1 39.39 48.2 -
YUV 172.61 132.17 164.65 -
System Red Green Blue C M Y K H S L
Decimal 224 145 180 0 0.35 0.20 0.12 333.42 0.56 0.72
Hex E0 91 B4 0 23 14 C 14D 38 48
Octal 340 221 264 0 43 24 14 515 70 110
Binary 11100000 10010001 10110100 0 100011 10100 1100 101001101 111000 1001000

Color Harmonies of #E091B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E091B4

Black with #E091B4

Text Example


Text Example

White with #E091B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E091B4; }

 p { color: rgb(224,145,180); }

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

background-color css

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

 a { background-color: rgb(224,145,180); }

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

border-color css

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

 span { border-color: rgb(224,145,180); }

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