Html Css Color HEX #ED33FB Psychedelic Purple

📋 copy color: '#ED33FB'

red 237 ◦ green 51 ◦ blue 251

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

Shades of Psychedelic Purple #ED33FB

Tints of Psychedelic Purple #ED33FB

RGB

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

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

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

R = 43.97%
G = 9.46%
B = 46.57%

CMYK

 C value IS 0.06

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED33FB (or 0xED33FB) is known color: Psychedelic Purple. HEX triplet: ED, 33 and FB. RGB value is (237,51,251). Sum of RGB (Red+Green+Blue) = 237+51+251=539 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.97% from 539); Green value is 51 (20.31% from 255 or 9.46% from 539); Blue value is 251 (98.44% from 255 or 46.57% from 539); Max value from RGB is 251 - color contains mainly: blue. Hex color #ED33FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED33FB is #12CC04. Grayscale: #808080. Windows color (decimal): -1231877 or 16462829. OLE color: 16462829.

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

Color convert

RGB 237 51 251 -
CMYK 0.06 0.80 0 0.02
HSL 295.8º 0.96% 0.59% -
HSV(B) 295.8º 0.8% 0.98% -
XYZ 53.52 27.34 93.72 -
YUV 129.41 196.62 204.74 -
System Red Green Blue C M Y K H S L
Decimal 237 51 251 0.06 0.80 0 0.02 295.8 0.96 0.59
Hex ED 33 FB 6 50 0 2 128 60 3B
Octal 355 63 373 6 120 0 2 450 140 73
Binary 11101101 110011 11111011 110 1010000 0 10 100101000 1100000 111011

Color Harmonies of #ED33FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED33FB

Black with #ED33FB

Text Example


Text Example

White with #ED33FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED33FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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