Html Css Color HEX #E295AF Kobi

📋 copy color: '#E295AF'

red 226 ◦ green 149 ◦ blue 175

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

Shades of Kobi #E295AF

Tints of Kobi #E295AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 31.82%

R = 41.09%
G = 27.09%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E295AF (or 0xE295AF) is known color: Kobi. HEX triplet: E2, 95 and AF. RGB value is (226,149,175). Sum of RGB (Red+Green+Blue) = 226+149+175=550 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.09% from 550); Green value is 149 (58.59% from 255 or 27.09% from 550); Blue value is 175 (68.75% from 255 or 31.82% from 550); Max value from RGB is 226 - color contains mainly: red. Hex color #E295AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E295AF is #1D6A50. Grayscale: #AEAEAE. Windows color (decimal): -1927761 or 11507170. OLE color: 11507170.

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

Color convert

RGB 226 149 175 -
CMYK 0 0.34 0.23 0.11
HSL 339.74º 0.57% 0.74% -
HSV(B) 339.74º 0.34% 0.89% -
XYZ 49.85 40.76 45.8 -
YUV 174.99 128.01 164.39 -
System Red Green Blue C M Y K H S L
Decimal 226 149 175 0 0.34 0.23 0.11 339.74 0.57 0.74
Hex E2 95 AF 0 22 17 B 154 39 4A
Octal 342 225 257 0 42 27 13 524 71 112
Binary 11100010 10010101 10101111 0 100010 10111 1011 101010100 111001 1001010

Color Harmonies of #E295AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E295AF

Black with #E295AF

Text Example


Text Example

White with #E295AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E295AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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