Html Css Color HEX #ED33FC Psychedelic Purple

📋 copy color: '#ED33FC'

red 237 ◦ green 51 ◦ blue 252

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

Shades of Psychedelic Purple #ED33FC

Tints of Psychedelic Purple #ED33FC

RGB

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

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

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

R = 43.89%
G = 9.44%
B = 46.67%

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

#ED33FC (or 0xED33FC) is known color: Psychedelic Purple. HEX triplet: ED, 33 and FC. RGB value is (237,51,252). Sum of RGB (Red+Green+Blue) = 237+51+252=540 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.89% from 540); Green value is 51 (20.31% from 255 or 9.44% from 540); Blue value is 252 (98.83% from 255 or 46.67% from 540); Max value from RGB is 252 - color contains mainly: blue. Hex color #ED33FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED33FC is #12CC03. Grayscale: #808080. Windows color (decimal): -1231876 or 16528365. OLE color: 16528365.

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

Color convert

RGB 237 51 252 -
CMYK 0.06 0.80 0 0.01
HSL 295.52º 0.97% 0.59% -
HSV(B) 295.52º 0.8% 0.99% -
XYZ 53.68 27.4 94.56 -
YUV 129.53 197.12 204.66 -
System Red Green Blue C M Y K H S L
Decimal 237 51 252 0.06 0.80 0 0.01 295.52 0.97 0.59
Hex ED 33 FC 6 50 0 1 128 61 3B
Octal 355 63 374 6 120 0 1 450 141 73
Binary 11101101 110011 11111100 110 1010000 0 1 100101000 1100001 111011

Color Harmonies of #ED33FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED33FC

Black with #ED33FC

Text Example


Text Example

White with #ED33FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED33FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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