Html Css Color HEX #E696AF Kobi

📋 copy color: '#E696AF'

red 230 ◦ green 150 ◦ blue 175

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

Shades of Kobi #E696AF

Tints of Kobi #E696AF

RGB

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

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

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

R = 41.44%
G = 27.03%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E696AF (or 0xE696AF) is known color: Kobi. HEX triplet: E6, 96 and AF. RGB value is (230,150,175). Sum of RGB (Red+Green+Blue) = 230+150+175=555 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.44% from 555); Green value is 150 (58.98% from 255 or 27.03% from 555); Blue value is 175 (68.75% from 255 or 31.53% from 555); Max value from RGB is 230 - color contains mainly: red. Hex color #E696AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E696AF is #196950. Grayscale: #B0B0B0. Windows color (decimal): -1665361 or 11507430. OLE color: 11507430.

HSL color Cylindrical-coordinate representation of color #E696AF: hue angle of 341.25º 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 #E696AF is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 150 175 -
CMYK 0 0.35 0.24 0.10
HSL 341.25º 0.62% 0.75% -
HSV(B) 341.25º 0.35% 0.9% -
XYZ 51.28 41.73 45.91 -
YUV 176.77 127 165.97 -
System Red Green Blue C M Y K H S L
Decimal 230 150 175 0 0.35 0.24 0.10 341.25 0.62 0.75
Hex E6 96 AF 0 23 18 A 155 3E 4B
Octal 346 226 257 0 43 30 12 525 76 113
Binary 11100110 10010110 10101111 0 100011 11000 1010 101010101 111110 1001011

Color Harmonies of #E696AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E696AF

Black with #E696AF

Text Example


Text Example

White with #E696AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E696AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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