Html Css Color HEX #E685A3 Kobi

📋 copy color: '#E685A3'

red 230 ◦ green 133 ◦ blue 163

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

Shades of Kobi #E685A3

Tints of Kobi #E685A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 30.99%

R = 43.73%
G = 25.29%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.29

 K value IS 0.10

RGB Variations

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

Color information

#E685A3 (or 0xE685A3) is known color: Kobi. HEX triplet: E6, 85 and A3. RGB value is (230,133,163). Sum of RGB (Red+Green+Blue) = 230+133+163=526 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.73% from 526); Green value is 133 (52.34% from 255 or 25.29% from 526); Blue value is 163 (64.06% from 255 or 30.99% from 526); Max value from RGB is 230 - color contains mainly: red. Hex color #E685A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E685A3 is #197A5C. Grayscale: #A5A5A5. Windows color (decimal): -1669725 or 10716646. OLE color: 10716646.

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

Color convert

RGB 230 133 163 -
CMYK 0 0.42 0.29 0.10
HSL 341.44º 0.66% 0.71% -
HSV(B) 341.44º 0.42% 0.9% -
XYZ 47.63 36.24 39.14 -
YUV 165.42 126.64 174.06 -
System Red Green Blue C M Y K H S L
Decimal 230 133 163 0 0.42 0.29 0.10 341.44 0.66 0.71
Hex E6 85 A3 0 2A 1D A 155 42 47
Octal 346 205 243 0 52 35 12 525 102 107
Binary 11100110 10000101 10100011 0 101010 11101 1010 101010101 1000010 1000111

Color Harmonies of #E685A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E685A3

Black with #E685A3

Text Example


Text Example

White with #E685A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E685A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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