Html Css Color HEX #ED02FA Psychedelic Purple

📋 copy color: '#ED02FA'

red 237 ◦ green 2 ◦ blue 250

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

Shades of Psychedelic Purple #ED02FA

Tints of Psychedelic Purple #ED02FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 51.12%

R = 48.47%
G = 0.41%
B = 51.12%

CMYK

 C value IS 0.05

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED02FA (or 0xED02FA) is known color: Psychedelic Purple. HEX triplet: ED, 02 and FA. RGB value is (237,2,250). Sum of RGB (Red+Green+Blue) = 237+2+250=489 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.47% from 489); Green value is 2 (1.17% from 255 or 0.41% from 489); Blue value is 250 (98.05% from 255 or 51.12% from 489); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED02FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED02FA is #12FD05. Grayscale: #636363. Windows color (decimal): -1244422 or 16384749. OLE color: 16384749.

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

Color convert

RGB 237 2 250 -
CMYK 0.05 0.99 0 0.02
HSL 296.85º 0.98% 0.49% -
HSV(B) 296.85º 0.99% 0.98% -
XYZ 52.2 24.95 92.51 -
YUV 100.54 212.36 225.33 -
System Red Green Blue C M Y K H S L
Decimal 237 2 250 0.05 0.99 0 0.02 296.85 0.98 0.49
Hex ED 2 FA 5 63 0 2 129 62 31
Octal 355 2 372 5 143 0 2 451 142 61
Binary 11101101 10 11111010 101 1100011 0 10 100101001 1100010 110001

Color Harmonies of #ED02FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED02FA

Black with #ED02FA

Text Example


Text Example

White with #ED02FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED02FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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