Html Css Color HEX #E693A7 Kobi

📋 copy color: '#E693A7'

red 230 ◦ green 147 ◦ blue 167

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

Shades of Kobi #E693A7

Tints of Kobi #E693A7

RGB

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

 GREEN value IS 147 (57.81% from 255) = 27.02%

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

R = 42.28%
G = 27.02%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.27

 K value IS 0.10

RGB Variations

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

Color information

#E693A7 (or 0xE693A7) is known color: Kobi. HEX triplet: E6, 93 and A7. RGB value is (230,147,167). Sum of RGB (Red+Green+Blue) = 230+147+167=544 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.28% from 544); Green value is 147 (57.81% from 255 or 27.02% from 544); Blue value is 167 (65.62% from 255 or 30.70% from 544); Max value from RGB is 230 - color contains mainly: red. Hex color #E693A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E693A7 is #196C58. Grayscale: #AEAEAE. Windows color (decimal): -1666137 or 10982374. OLE color: 10982374.

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

Color convert

RGB 230 147 167 -
CMYK 0 0.36 0.27 0.10
HSL 345.54º 0.62% 0.74% -
HSV(B) 345.54º 0.36% 0.9% -
XYZ 50.04 40.48 41.74 -
YUV 174.1 124 167.87 -
System Red Green Blue C M Y K H S L
Decimal 230 147 167 0 0.36 0.27 0.10 345.54 0.62 0.74
Hex E6 93 A7 0 24 1B A 15A 3E 4A
Octal 346 223 247 0 44 33 12 532 76 112
Binary 11100110 10010011 10100111 0 100100 11011 1010 101011010 111110 1001010

Color Harmonies of #E693A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E693A7

Black with #E693A7

Text Example


Text Example

White with #E693A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E693A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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