Html Css Color HEX #ED02FC Psychedelic Purple

📋 copy color: '#ED02FC'

red 237 ◦ green 2 ◦ blue 252

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

Shades of Psychedelic Purple #ED02FC

Tints of Psychedelic Purple #ED02FC

RGB

 RED value IS 237 (92.97% from 255) = 48.27%

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

 BLUE value IS 252 (98.83% from 255) = 51.32%

R = 48.27%
G = 0.41%
B = 51.32%

CMYK

 C value IS 0.06

 M value IS 0.99

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ED02FC (or 0xED02FC) is known color: Psychedelic Purple. HEX triplet: ED, 02 and FC. RGB value is (237,2,252). Sum of RGB (Red+Green+Blue) = 237+2+252=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 2 (1.17% from 255 or 0.41% from 491); Blue value is 252 (98.83% from 255 or 51.32% from 491); Max value from RGB is 252 - color contains mainly: blue. Hex color #ED02FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED02FC is #12FD03. Grayscale: #646464. Windows color (decimal): -1244420 or 16515821. OLE color: 16515821.

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

Color convert

RGB 237 2 252 -
CMYK 0.06 0.99 0 0.01
HSL 296.4º 0.98% 0.5% -
HSV(B) 296.4º 0.99% 0.99% -
XYZ 52.52 25.08 94.17 -
YUV 100.77 213.36 225.17 -
System Red Green Blue C M Y K H S L
Decimal 237 2 252 0.06 0.99 0 0.01 296.4 0.98 0.5
Hex ED 2 FC 6 63 0 1 128 62 32
Octal 355 2 374 6 143 0 1 450 142 62
Binary 11101101 10 11111100 110 1100011 0 1 100101000 1100010 110010

Color Harmonies of #ED02FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED02FC

Black with #ED02FC

Text Example


Text Example

White with #ED02FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED02FC; }

 p { color: rgb(237,2,252); }

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

background-color css

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

 a { background-color: rgb(237,2,252); }

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

border-color css

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

 span { border-color: rgb(237,2,252); }

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