Html Css Color HEX #E685AB Kobi

📋 copy color: '#E685AB'

red 230 ◦ green 133 ◦ blue 171

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

Shades of Kobi #E685AB

Tints of Kobi #E685AB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.91%

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

R = 43.07%
G = 24.91%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E685AB (or 0xE685AB) is known color: Kobi. HEX triplet: E6, 85 and AB. RGB value is (230,133,171). Sum of RGB (Red+Green+Blue) = 230+133+171=534 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.07% from 534); Green value is 133 (52.34% from 255 or 24.91% from 534); Blue value is 171 (67.19% from 255 or 32.02% from 534); Max value from RGB is 230 - color contains mainly: red. Hex color #E685AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E685AB is #197A54. Grayscale: #A6A6A6. Windows color (decimal): -1669717 or 11240934. OLE color: 11240934.

HSL color Cylindrical-coordinate representation of color #E685AB: hue angle of 336.49º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E685AB is Cyan = 0, Magento = 0.42, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 133 171 -
CMYK 0 0.42 0.26 0.10
HSL 336.49º 0.66% 0.71% -
HSV(B) 336.49º 0.42% 0.9% -
XYZ 48.37 36.54 43.03 -
YUV 166.34 130.64 173.41 -
System Red Green Blue C M Y K H S L
Decimal 230 133 171 0 0.42 0.26 0.10 336.49 0.66 0.71
Hex E6 85 AB 0 2A 1A A 150 42 47
Octal 346 205 253 0 52 32 12 520 102 107
Binary 11100110 10000101 10101011 0 101010 11010 1010 101010000 1000010 1000111

Color Harmonies of #E685AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E685AB

Black with #E685AB

Text Example


Text Example

White with #E685AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E685AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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