Html Css Color HEX #E685AC Kobi

📋 copy color: '#E685AC'

red 230 ◦ green 133 ◦ blue 172

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

Shades of Kobi #E685AC

Tints of Kobi #E685AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 32.15%

R = 42.99%
G = 24.86%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#E685AC (or 0xE685AC) is known color: Kobi. HEX triplet: E6, 85 and AC. RGB value is (230,133,172). Sum of RGB (Red+Green+Blue) = 230+133+172=535 (70% of max value = 765). Red value is 230 (90.23% from 255 or 42.99% from 535); Green value is 133 (52.34% from 255 or 24.86% from 535); Blue value is 172 (67.58% from 255 or 32.15% from 535); Max value from RGB is 230 - color contains mainly: red. Hex color #E685AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E685AC is #197A53. Grayscale: #A6A6A6. Windows color (decimal): -1669716 or 11306470. OLE color: 11306470.

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

Color convert

RGB 230 133 172 -
CMYK 0 0.42 0.25 0.10
HSL 335.88º 0.66% 0.71% -
HSV(B) 335.88º 0.42% 0.9% -
XYZ 48.47 36.58 43.54 -
YUV 166.45 131.14 173.33 -
System Red Green Blue C M Y K H S L
Decimal 230 133 172 0 0.42 0.25 0.10 335.88 0.66 0.71
Hex E6 85 AC 0 2A 19 A 150 42 47
Octal 346 205 254 0 52 31 12 520 102 107
Binary 11100110 10000101 10101100 0 101010 11001 1010 101010000 1000010 1000111

Color Harmonies of #E685AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E685AC

Black with #E685AC

Text Example


Text Example

White with #E685AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E685AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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