Html Css Color HEX #E090B1 Kobi

📋 copy color: '#E090B1'

red 224 ◦ green 144 ◦ blue 177

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

Shades of Kobi #E090B1

Tints of Kobi #E090B1

RGB

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

 GREEN value IS 144 (56.64% from 255) = 26.42%

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

R = 41.1%
G = 26.42%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#E090B1 (or 0xE090B1) is known color: Kobi. HEX triplet: E0, 90 and B1. RGB value is (224,144,177). Sum of RGB (Red+Green+Blue) = 224+144+177=545 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.10% from 545); Green value is 144 (56.64% from 255 or 26.42% from 545); Blue value is 177 (69.53% from 255 or 32.48% from 545); Max value from RGB is 224 - color contains mainly: red. Hex color #E090B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E090B1 is #1F6F4E. Grayscale: #ABABAB. Windows color (decimal): -2060111 or 11636960. OLE color: 11636960.

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

Color convert

RGB 224 144 177 -
CMYK 0 0.36 0.21 0.12
HSL 335.25º 0.56% 0.72% -
HSV(B) 335.25º 0.36% 0.88% -
XYZ 48.65 38.97 46.55 -
YUV 171.68 131 165.32 -
System Red Green Blue C M Y K H S L
Decimal 224 144 177 0 0.36 0.21 0.12 335.25 0.56 0.72
Hex E0 90 B1 0 24 15 C 14F 38 48
Octal 340 220 261 0 44 25 14 517 70 110
Binary 11100000 10010000 10110001 0 100100 10101 1100 101001111 111000 1001000

Color Harmonies of #E090B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E090B1

Black with #E090B1

Text Example


Text Example

White with #E090B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E090B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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