Html Css Color HEX #E299A7 Kobi

📋 copy color: '#E299A7'

red 226 ◦ green 153 ◦ blue 167

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

Shades of Kobi #E299A7

Tints of Kobi #E299A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 30.59%

R = 41.39%
G = 28.02%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.26

 K value IS 0.11

RGB Variations

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

Color information

#E299A7 (or 0xE299A7) is known color: Kobi. HEX triplet: E2, 99 and A7. RGB value is (226,153,167). Sum of RGB (Red+Green+Blue) = 226+153+167=546 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.39% from 546); Green value is 153 (60.16% from 255 or 28.02% from 546); Blue value is 167 (65.62% from 255 or 30.59% from 546); Max value from RGB is 226 - color contains mainly: red. Hex color #E299A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E299A7 is #1D6658. Grayscale: #B0B0B0. Windows color (decimal): -1926745 or 10983906. OLE color: 10983906.

HSL color Cylindrical-coordinate representation of color #E299A7: hue angle of 348.49º 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 #E299A7 is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 153 167 -
CMYK 0 0.32 0.26 0.11
HSL 348.49º 0.56% 0.74% -
HSV(B) 348.49º 0.32% 0.89% -
XYZ 49.73 41.74 42 -
YUV 176.42 122.68 163.36 -
System Red Green Blue C M Y K H S L
Decimal 226 153 167 0 0.32 0.26 0.11 348.49 0.56 0.74
Hex E2 99 A7 0 20 1A B 15C 38 4A
Octal 342 231 247 0 40 32 13 534 70 112
Binary 11100010 10011001 10100111 0 100000 11010 1011 101011100 111000 1001010

Color Harmonies of #E299A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E299A7

Black with #E299A7

Text Example


Text Example

White with #E299A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E299A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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