Html Css Color HEX #E685AA Kobi

📋 copy color: '#E685AA'

red 230 ◦ green 133 ◦ blue 170

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

Shades of Kobi #E685AA

Tints of Kobi #E685AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 31.89%

R = 43.15%
G = 24.95%
B = 31.89%

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

#E685AA (or 0xE685AA) is known color: Kobi. HEX triplet: E6, 85 and AA. RGB value is (230,133,170). Sum of RGB (Red+Green+Blue) = 230+133+170=533 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.15% from 533); Green value is 133 (52.34% from 255 or 24.95% from 533); Blue value is 170 (66.80% from 255 or 31.89% from 533); Max value from RGB is 230 - color contains mainly: red. Hex color #E685AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E685AA is #197A55. Grayscale: #A6A6A6. Windows color (decimal): -1669718 or 11175398. OLE color: 11175398.

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

Color convert

RGB 230 133 170 -
CMYK 0 0.42 0.26 0.10
HSL 337.11º 0.66% 0.71% -
HSV(B) 337.11º 0.42% 0.9% -
XYZ 48.28 36.5 42.53 -
YUV 166.22 130.14 173.49 -
System Red Green Blue C M Y K H S L
Decimal 230 133 170 0 0.42 0.26 0.10 337.11 0.66 0.71
Hex E6 85 AA 0 2A 1A A 151 42 47
Octal 346 205 252 0 52 32 12 521 102 107
Binary 11100110 10000101 10101010 0 101010 11010 1010 101010001 1000010 1000111

Color Harmonies of #E685AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E685AA

Black with #E685AA

Text Example


Text Example

White with #E685AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E685AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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