Html Css Color HEX #E299B4 Kobi

📋 copy color: '#E299B4'

red 226 ◦ green 153 ◦ blue 180

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

Shades of Kobi #E299B4

Tints of Kobi #E299B4

RGB

 RED value IS 226 (88.67% from 255) = 40.43%

 GREEN value IS 153 (60.16% from 255) = 27.37%

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

R = 40.43%
G = 27.37%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.20

 K value IS 0.11

RGB Variations

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

Color information

#E299B4 (or 0xE299B4) is known color: Kobi. HEX triplet: E2, 99 and B4. RGB value is (226,153,180). Sum of RGB (Red+Green+Blue) = 226+153+180=559 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.43% from 559); Green value is 153 (60.16% from 255 or 27.37% from 559); Blue value is 180 (70.70% from 255 or 32.20% from 559); Max value from RGB is 226 - color contains mainly: red. Hex color #E299B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E299B4 is #1D664B. Grayscale: #B1B1B1. Windows color (decimal): -1926732 or 11835874. OLE color: 11835874.

HSL color Cylindrical-coordinate representation of color #E299B4: hue angle of 337.81º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E299B4 is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 153 180 -
CMYK 0 0.32 0.20 0.11
HSL 337.81º 0.56% 0.74% -
HSV(B) 337.81º 0.32% 0.89% -
XYZ 50.99 42.25 48.65 -
YUV 177.91 129.18 162.3 -
System Red Green Blue C M Y K H S L
Decimal 226 153 180 0 0.32 0.20 0.11 337.81 0.56 0.74
Hex E2 99 B4 0 20 14 B 152 38 4A
Octal 342 231 264 0 40 24 13 522 70 112
Binary 11100010 10011001 10110100 0 100000 10100 1011 101010010 111000 1001010

Color Harmonies of #E299B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E299B4

Black with #E299B4

Text Example


Text Example

White with #E299B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E299B4; }

 p { color: rgb(226,153,180); }

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

background-color css

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

 a { background-color: rgb(226,153,180); }

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

border-color css

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

 span { border-color: rgb(226,153,180); }

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