Html Css Color HEX #E696AC Kobi

📋 copy color: '#E696AC'

red 230 ◦ green 150 ◦ blue 172

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

Shades of Kobi #E696AC

Tints of Kobi #E696AC

RGB

 RED value IS 230 (90.23% from 255) = 41.67%

 GREEN value IS 150 (58.98% from 255) = 27.17%

 BLUE value IS 172 (67.58% from 255) = 31.16%

R = 41.67%
G = 27.17%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#E696AC (or 0xE696AC) is known color: Kobi. HEX triplet: E6, 96 and AC. RGB value is (230,150,172). Sum of RGB (Red+Green+Blue) = 230+150+172=552 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.67% from 552); Green value is 150 (58.98% from 255 or 27.17% from 552); Blue value is 172 (67.58% from 255 or 31.16% from 552); Max value from RGB is 230 - color contains mainly: red. Hex color #E696AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E696AC is #196953. Grayscale: #B0B0B0. Windows color (decimal): -1665364 or 11310822. OLE color: 11310822.

HSL color Cylindrical-coordinate representation of color #E696AC: hue angle of 343.5º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E696AC is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 150 172 -
CMYK 0 0.35 0.25 0.10
HSL 343.5º 0.62% 0.75% -
HSV(B) 343.5º 0.35% 0.9% -
XYZ 50.99 41.61 44.37 -
YUV 176.43 125.5 166.21 -
System Red Green Blue C M Y K H S L
Decimal 230 150 172 0 0.35 0.25 0.10 343.5 0.62 0.75
Hex E6 96 AC 0 23 19 A 158 3E 4B
Octal 346 226 254 0 43 31 12 530 76 113
Binary 11100110 10010110 10101100 0 100011 11001 1010 101011000 111110 1001011

Color Harmonies of #E696AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E696AC

Black with #E696AC

Text Example


Text Example

White with #E696AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E696AC; }

 p { color: rgb(230,150,172); }

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

background-color css

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

 a { background-color: rgb(230,150,172); }

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

border-color css

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

 span { border-color: rgb(230,150,172); }

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