Html Css Color HEX #E693AB Kobi

📋 copy color: '#E693AB'

red 230 ◦ green 147 ◦ blue 171

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

Shades of Kobi #E693AB

Tints of Kobi #E693AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 31.2%

R = 41.97%
G = 26.82%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E693AB (or 0xE693AB) is known color: Kobi. HEX triplet: E6, 93 and AB. RGB value is (230,147,171). Sum of RGB (Red+Green+Blue) = 230+147+171=548 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.97% from 548); Green value is 147 (57.81% from 255 or 26.82% from 548); Blue value is 171 (67.19% from 255 or 31.20% from 548); Max value from RGB is 230 - color contains mainly: red. Hex color #E693AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E693AB is #196C54. Grayscale: #AEAEAE. Windows color (decimal): -1666133 or 11244518. OLE color: 11244518.

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

Color convert

RGB 230 147 171 -
CMYK 0 0.36 0.26 0.10
HSL 342.65º 0.62% 0.74% -
HSV(B) 342.65º 0.36% 0.9% -
XYZ 50.42 40.63 43.71 -
YUV 174.55 126 167.55 -
System Red Green Blue C M Y K H S L
Decimal 230 147 171 0 0.36 0.26 0.10 342.65 0.62 0.74
Hex E6 93 AB 0 24 1A A 157 3E 4A
Octal 346 223 253 0 44 32 12 527 76 112
Binary 11100110 10010011 10101011 0 100100 11010 1010 101010111 111110 1001010

Color Harmonies of #E693AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E693AB

Black with #E693AB

Text Example


Text Example

White with #E693AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E693AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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