Html Css Color HEX #EC88F2 Violet

📋 copy color: '#EC88F2'

red 236 ◦ green 136 ◦ blue 242

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

Shades of Violet #EC88F2

Tints of Violet #EC88F2

RGB

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

 GREEN value IS 136 (53.52% from 255) = 22.15%

 BLUE value IS 242 (94.92% from 255) = 39.41%

R = 38.44%
G = 22.15%
B = 39.41%

CMYK

 C value IS 0.02

 M value IS 0.44

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EC88F2 (or 0xEC88F2) is known color: Violet. HEX triplet: EC, 88 and F2. RGB value is (236,136,242). Sum of RGB (Red+Green+Blue) = 236+136+242=614 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.44% from 614); Green value is 136 (53.52% from 255 or 22.15% from 614); Blue value is 242 (94.92% from 255 or 39.41% from 614); Max value from RGB is 242 - color contains mainly: blue. Hex color #EC88F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC88F2 is #13770D. Grayscale: #B1B1B1. Windows color (decimal): -1275662 or 15894764. OLE color: 15894764.

HSL color Cylindrical-coordinate representation of color #EC88F2: hue angle of 296.6º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EC88F2 is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 236 136 242 -
CMYK 0.02 0.44 0 0.05
HSL 296.6º 0.8% 0.74% -
HSV(B) 296.6º 0.44% 0.95% -
XYZ 59.42 41.85 88.95 -
YUV 177.98 164.13 169.38 -
System Red Green Blue C M Y K H S L
Decimal 236 136 242 0.02 0.44 0 0.05 296.6 0.8 0.74
Hex EC 88 F2 2 2C 0 5 129 50 4A
Octal 354 210 362 2 54 0 5 451 120 112
Binary 11101100 10001000 11110010 10 101100 0 101 100101001 1010000 1001010

Color Harmonies of #EC88F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC88F2

Black with #EC88F2

Text Example


Text Example

White with #EC88F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC88F2; }

 p { color: rgb(236,136,242); }

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

background-color css

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

 a { background-color: rgb(236,136,242); }

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

border-color css

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

 span { border-color: rgb(236,136,242); }

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