Html Css Color HEX #E695AC Kobi

📋 copy color: '#E695AC'

red 230 ◦ green 149 ◦ blue 172

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

Shades of Kobi #E695AC

Tints of Kobi #E695AC

RGB

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

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

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

R = 41.74%
G = 27.04%
B = 31.22%

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

#E695AC (or 0xE695AC) is known color: Kobi. HEX triplet: E6, 95 and AC. RGB value is (230,149,172). Sum of RGB (Red+Green+Blue) = 230+149+172=551 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.74% from 551); Green value is 149 (58.59% from 255 or 27.04% from 551); Blue value is 172 (67.58% from 255 or 31.22% from 551); Max value from RGB is 230 - color contains mainly: red. Hex color #E695AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E695AC is #196A53. Grayscale: #AFAFAF. Windows color (decimal): -1665620 or 11310566. OLE color: 11310566.

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

Color convert

RGB 230 149 172 -
CMYK 0 0.35 0.25 0.10
HSL 342.96º 0.62% 0.74% -
HSV(B) 342.96º 0.35% 0.9% -
XYZ 50.83 41.3 44.32 -
YUV 175.84 125.84 166.63 -
System Red Green Blue C M Y K H S L
Decimal 230 149 172 0 0.35 0.25 0.10 342.96 0.62 0.74
Hex E6 95 AC 0 23 19 A 157 3E 4A
Octal 346 225 254 0 43 31 12 527 76 112
Binary 11100110 10010101 10101100 0 100011 11001 1010 101010111 111110 1001010

Color Harmonies of #E695AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E695AC

Black with #E695AC

Text Example


Text Example

White with #E695AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E695AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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