Html Css Color HEX #ED33FD Psychedelic Purple

📋 copy color: '#ED33FD'

red 237 ◦ green 51 ◦ blue 253

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

Shades of Psychedelic Purple #ED33FD

Tints of Psychedelic Purple #ED33FD

RGB

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

 GREEN value IS 51 (20.31% from 255) = 9.43%

 BLUE value IS 253 (99.22% from 255) = 46.77%

R = 43.81%
G = 9.43%
B = 46.77%

CMYK

 C value IS 0.06

 M value IS 0.80

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ED33FD (or 0xED33FD) is known color: Psychedelic Purple. HEX triplet: ED, 33 and FD. RGB value is (237,51,253). Sum of RGB (Red+Green+Blue) = 237+51+253=541 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.81% from 541); Green value is 51 (20.31% from 255 or 9.43% from 541); Blue value is 253 (99.22% from 255 or 46.77% from 541); Max value from RGB is 253 - color contains mainly: blue. Hex color #ED33FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED33FD is #12CC02. Grayscale: #818181. Windows color (decimal): -1231875 or 16593901. OLE color: 16593901.

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

Color convert

RGB 237 51 253 -
CMYK 0.06 0.80 0 0.01
HSL 295.25º 0.98% 0.6% -
HSV(B) 295.25º 0.8% 0.99% -
XYZ 53.84 27.46 95.39 -
YUV 129.64 197.62 204.57 -
System Red Green Blue C M Y K H S L
Decimal 237 51 253 0.06 0.80 0 0.01 295.25 0.98 0.6
Hex ED 33 FD 6 50 0 1 127 62 3C
Octal 355 63 375 6 120 0 1 447 142 74
Binary 11101101 110011 11111101 110 1010000 0 1 100100111 1100010 111100

Color Harmonies of #ED33FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED33FD

Black with #ED33FD

Text Example


Text Example

White with #ED33FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED33FD; }

 p { color: rgb(237,51,253); }

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

background-color css

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

 a { background-color: rgb(237,51,253); }

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

border-color css

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

 span { border-color: rgb(237,51,253); }

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