Html Css Color HEX #E695AD Kobi

📋 copy color: '#E695AD'

red 230 ◦ green 149 ◦ blue 173

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

Shades of Kobi #E695AD

Tints of Kobi #E695AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 31.34%

R = 41.67%
G = 26.99%
B = 31.34%

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

#E695AD (or 0xE695AD) is known color: Kobi. HEX triplet: E6, 95 and AD. RGB value is (230,149,173). Sum of RGB (Red+Green+Blue) = 230+149+173=552 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.67% from 552); Green value is 149 (58.59% from 255 or 26.99% from 552); Blue value is 173 (67.97% from 255 or 31.34% from 552); Max value from RGB is 230 - color contains mainly: red. Hex color #E695AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E695AD is #196A52. Grayscale: #AFAFAF. Windows color (decimal): -1665619 or 11376102. OLE color: 11376102.

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

Color convert

RGB 230 149 173 -
CMYK 0 0.35 0.25 0.10
HSL 342.22º 0.62% 0.74% -
HSV(B) 342.22º 0.35% 0.9% -
XYZ 50.92 41.34 44.83 -
YUV 175.96 126.34 166.55 -
System Red Green Blue C M Y K H S L
Decimal 230 149 173 0 0.35 0.25 0.10 342.22 0.62 0.74
Hex E6 95 AD 0 23 19 A 156 3E 4A
Octal 346 225 255 0 43 31 12 526 76 112
Binary 11100110 10010101 10101101 0 100011 11001 1010 101010110 111110 1001010

Color Harmonies of #E695AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E695AD

Black with #E695AD

Text Example


Text Example

White with #E695AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E695AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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