Html Css Color HEX #ED02FB Psychedelic Purple

📋 copy color: '#ED02FB'

red 237 ◦ green 2 ◦ blue 251

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

Shades of Psychedelic Purple #ED02FB

Tints of Psychedelic Purple #ED02FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 51.22%

R = 48.37%
G = 0.41%
B = 51.22%

CMYK

 C value IS 0.06

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED02FB (or 0xED02FB) is known color: Psychedelic Purple. HEX triplet: ED, 02 and FB. RGB value is (237,2,251). Sum of RGB (Red+Green+Blue) = 237+2+251=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 2 (1.17% from 255 or 0.41% from 490); Blue value is 251 (98.44% from 255 or 51.22% from 490); Max value from RGB is 251 - color contains mainly: blue. Hex color #ED02FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED02FB is #12FD04. Grayscale: #636363. Windows color (decimal): -1244421 or 16450285. OLE color: 16450285.

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

Color convert

RGB 237 2 251 -
CMYK 0.06 0.99 0 0.02
HSL 296.63º 0.98% 0.5% -
HSV(B) 296.63º 0.99% 0.98% -
XYZ 52.36 25.01 93.34 -
YUV 100.65 212.86 225.25 -
System Red Green Blue C M Y K H S L
Decimal 237 2 251 0.06 0.99 0 0.02 296.63 0.98 0.5
Hex ED 2 FB 6 63 0 2 129 62 32
Octal 355 2 373 6 143 0 2 451 142 62
Binary 11101101 10 11111011 110 1100011 0 10 100101001 1100010 110010

Color Harmonies of #ED02FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED02FB

Black with #ED02FB

Text Example


Text Example

White with #ED02FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED02FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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