Html Css Color HEX #E696A7 Kobi

📋 copy color: '#E696A7'

red 230 ◦ green 150 ◦ blue 167

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

Shades of Kobi #E696A7

Tints of Kobi #E696A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 30.53%

R = 42.05%
G = 27.42%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.27

 K value IS 0.10

RGB Variations

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

Color information

#E696A7 (or 0xE696A7) is known color: Kobi. HEX triplet: E6, 96 and A7. RGB value is (230,150,167). Sum of RGB (Red+Green+Blue) = 230+150+167=547 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.05% from 547); Green value is 150 (58.98% from 255 or 27.42% from 547); Blue value is 167 (65.62% from 255 or 30.53% from 547); Max value from RGB is 230 - color contains mainly: red. Hex color #E696A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E696A7 is #196958. Grayscale: #AFAFAF. Windows color (decimal): -1665369 or 10983142. OLE color: 10983142.

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

Color convert

RGB 230 150 167 -
CMYK 0 0.35 0.27 0.10
HSL 347.25º 0.62% 0.75% -
HSV(B) 347.25º 0.35% 0.9% -
XYZ 50.51 41.43 41.89 -
YUV 175.86 123 166.62 -
System Red Green Blue C M Y K H S L
Decimal 230 150 167 0 0.35 0.27 0.10 347.25 0.62 0.75
Hex E6 96 A7 0 23 1B A 15B 3E 4B
Octal 346 226 247 0 43 33 12 533 76 113
Binary 11100110 10010110 10100111 0 100011 11011 1010 101011011 111110 1001011

Color Harmonies of #E696A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E696A7

Black with #E696A7

Text Example


Text Example

White with #E696A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E696A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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