Html Css Color HEX #E295A6 Kobi

📋 copy color: '#E295A6'

red 226 ◦ green 149 ◦ blue 166

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

Shades of Kobi #E295A6

Tints of Kobi #E295A6

RGB

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

 GREEN value IS 149 (58.59% from 255) = 27.54%

 BLUE value IS 166 (65.23% from 255) = 30.68%

R = 41.77%
G = 27.54%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.27

 K value IS 0.11

RGB Variations

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

Color information

#E295A6 (or 0xE295A6) is known color: Kobi. HEX triplet: E2, 95 and A6. RGB value is (226,149,166). Sum of RGB (Red+Green+Blue) = 226+149+166=541 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.77% from 541); Green value is 149 (58.59% from 255 or 27.54% from 541); Blue value is 166 (65.23% from 255 or 30.68% from 541); Max value from RGB is 226 - color contains mainly: red. Hex color #E295A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E295A6 is #1D6A59. Grayscale: #ADADAD. Windows color (decimal): -1927770 or 10917346. OLE color: 10917346.

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

Color convert

RGB 226 149 166 -
CMYK 0 0.34 0.27 0.11
HSL 346.75º 0.57% 0.74% -
HSV(B) 346.75º 0.34% 0.89% -
XYZ 48.99 40.42 41.3 -
YUV 173.96 123.51 165.12 -
System Red Green Blue C M Y K H S L
Decimal 226 149 166 0 0.34 0.27 0.11 346.75 0.57 0.74
Hex E2 95 A6 0 22 1B B 15B 39 4A
Octal 342 225 246 0 42 33 13 533 71 112
Binary 11100010 10010101 10100110 0 100010 11011 1011 101011011 111001 1001010

Color Harmonies of #E295A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E295A6

Black with #E295A6

Text Example


Text Example

White with #E295A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E295A6; }

 p { color: rgb(226,149,166); }

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

background-color css

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

 a { background-color: rgb(226,149,166); }

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

border-color css

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

 span { border-color: rgb(226,149,166); }

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