Html Css Color HEX #EC85E6 Violet

📋 copy color: '#EC85E6'

red 236 ◦ green 133 ◦ blue 230

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

Shades of Violet #EC85E6

Tints of Violet #EC85E6

RGB

 RED value IS 236 (92.58% from 255) = 39.4%

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

 BLUE value IS 230 (90.23% from 255) = 38.4%

R = 39.4%
G = 22.2%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#EC85E6 (or 0xEC85E6) is known color: Violet. HEX triplet: EC, 85 and E6. RGB value is (236,133,230). Sum of RGB (Red+Green+Blue) = 236+133+230=599 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.40% from 599); Green value is 133 (52.34% from 255 or 22.20% from 599); Blue value is 230 (90.23% from 255 or 38.40% from 599); Max value from RGB is 236 - color contains mainly: red. Hex color #EC85E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC85E6 is #137A19. Grayscale: #AEAEAE. Windows color (decimal): -1276442 or 15107564. OLE color: 15107564.

HSL color Cylindrical-coordinate representation of color #EC85E6: hue angle of 303.5º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EC85E6 is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 133 230 -
CMYK 0 0.44 0.03 0.07
HSL 303.5º 0.73% 0.72% -
HSV(B) 303.5º 0.44% 0.93% -
XYZ 57.26 40.32 79.63 -
YUV 174.86 159.12 171.61 -
System Red Green Blue C M Y K H S L
Decimal 236 133 230 0 0.44 0.03 0.07 303.5 0.73 0.72
Hex EC 85 E6 0 2C 3 7 12F 49 48
Octal 354 205 346 0 54 3 7 457 111 110
Binary 11101100 10000101 11100110 0 101100 11 111 100101111 1001001 1001000

Color Harmonies of #EC85E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC85E6

Black with #EC85E6

Text Example


Text Example

White with #EC85E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC85E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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