Html Css Color HEX #ED02F8 Psychedelic Purple

📋 copy color: '#ED02F8'

red 237 ◦ green 2 ◦ blue 248

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

Shades of Psychedelic Purple #ED02F8

Tints of Psychedelic Purple #ED02F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 50.92%

R = 48.67%
G = 0.41%
B = 50.92%

CMYK

 C value IS 0.04

 M value IS 0.99

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#ED02F8 (or 0xED02F8) is known color: Psychedelic Purple. HEX triplet: ED, 02 and F8. RGB value is (237,2,248). Sum of RGB (Red+Green+Blue) = 237+2+248=487 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.67% from 487); Green value is 2 (1.17% from 255 or 0.41% from 487); Blue value is 248 (97.27% from 255 or 50.92% from 487); Max value from RGB is 248 - color contains mainly: blue. Hex color #ED02F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED02F8 is #12FD07. Grayscale: #636363. Windows color (decimal): -1244424 or 16253677. OLE color: 16253677.

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

Color convert

RGB 237 2 248 -
CMYK 0.04 0.99 0 0.03
HSL 297.32º 0.98% 0.49% -
HSV(B) 297.32º 0.99% 0.97% -
XYZ 51.89 24.83 90.86 -
YUV 100.31 211.36 225.5 -
System Red Green Blue C M Y K H S L
Decimal 237 2 248 0.04 0.99 0 0.03 297.32 0.98 0.49
Hex ED 2 F8 4 63 0 3 129 62 31
Octal 355 2 370 4 143 0 3 451 142 61
Binary 11101101 10 11111000 100 1100011 0 11 100101001 1100010 110001

Color Harmonies of #ED02F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED02F8

Black with #ED02F8

Text Example


Text Example

White with #ED02F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED02F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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