Html Css Color HEX #EC02EE Psychedelic Purple

📋 copy color: '#EC02EE'

red 236 ◦ green 2 ◦ blue 238

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

Shades of Psychedelic Purple #EC02EE

Tints of Psychedelic Purple #EC02EE

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.42%

 BLUE value IS 238 (93.36% from 255) = 50%

R = 49.58%
G = 0.42%
B = 50%

CMYK

 C value IS 0.01

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EC02EE (or 0xEC02EE) is known color: Psychedelic Purple. HEX triplet: EC, 02 and EE. RGB value is (236,2,238). Sum of RGB (Red+Green+Blue) = 236+2+238=476 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.58% from 476); Green value is 2 (1.17% from 255 or 0.42% from 476); Blue value is 238 (93.36% from 255 or 50% from 476); Max value from RGB is 238 - color contains mainly: blue. Hex color #EC02EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC02EE is #13FD11. Grayscale: #626262. Windows color (decimal): -1309970 or 15598316. OLE color: 15598316.

HSL color Cylindrical-coordinate representation of color #EC02EE: hue angle of 299.49º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EC02EE is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 2 238 -
CMYK 0.01 0.99 0 0.07
HSL 299.49º 0.98% 0.47% -
HSV(B) 299.49º 0.99% 0.93% -
XYZ 50.05 24.05 82.89 -
YUV 98.87 206.52 225.81 -
System Red Green Blue C M Y K H S L
Decimal 236 2 238 0.01 0.99 0 0.07 299.49 0.98 0.47
Hex EC 2 EE 1 63 0 7 12B 62 2F
Octal 354 2 356 1 143 0 7 453 142 57
Binary 11101100 10 11101110 1 1100011 0 111 100101011 1100010 101111

Color Harmonies of #EC02EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC02EE

Black with #EC02EE

Text Example


Text Example

White with #EC02EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC02EE; }

 p { color: rgb(236,2,238); }

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

background-color css

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

 a { background-color: rgb(236,2,238); }

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

border-color css

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

 span { border-color: rgb(236,2,238); }

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