Html Css Color HEX #EC02F4 Psychedelic Purple

📋 copy color: '#EC02F4'

red 236 ◦ green 2 ◦ blue 244

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

Shades of Psychedelic Purple #EC02F4

Tints of Psychedelic Purple #EC02F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 50.62%

R = 48.96%
G = 0.41%
B = 50.62%

CMYK

 C value IS 0.03

 M value IS 0.99

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EC02F4 (or 0xEC02F4) is known color: Psychedelic Purple. HEX triplet: EC, 02 and F4. RGB value is (236,2,244). Sum of RGB (Red+Green+Blue) = 236+2+244=482 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.96% from 482); Green value is 2 (1.17% from 255 or 0.41% from 482); Blue value is 244 (95.70% from 255 or 50.62% from 482); Max value from RGB is 244 - color contains mainly: blue. Hex color #EC02F4 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC02F4 is #13FD0B. Grayscale: #626262. Windows color (decimal): -1309964 or 15991532. OLE color: 15991532.

HSL color Cylindrical-coordinate representation of color #EC02F4: hue angle of 298.02º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EC02F4 is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 236 2 244 -
CMYK 0.03 0.99 0 0.04
HSL 298.02º 0.98% 0.48% -
HSV(B) 298.02º 0.99% 0.96% -
XYZ 50.94 24.41 87.61 -
YUV 99.55 209.52 225.32 -
System Red Green Blue C M Y K H S L
Decimal 236 2 244 0.03 0.99 0 0.04 298.02 0.98 0.48
Hex EC 2 F4 3 63 0 4 12A 62 30
Octal 354 2 364 3 143 0 4 452 142 60
Binary 11101100 10 11110100 11 1100011 0 100 100101010 1100010 110000

Color Harmonies of #EC02F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC02F4

Black with #EC02F4

Text Example


Text Example

White with #EC02F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC02F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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