Html Css Color HEX #ED2FFD Psychedelic Purple

📋 copy color: '#ED2FFD'

red 237 ◦ green 47 ◦ blue 253

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

Shades of Psychedelic Purple #ED2FFD

Tints of Psychedelic Purple #ED2FFD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 8.75%

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

R = 44.13%
G = 8.75%
B = 47.11%

CMYK

 C value IS 0.06

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ED2FFD (or 0xED2FFD) is known color: Psychedelic Purple. HEX triplet: ED, 2F and FD. RGB value is (237,47,253). Sum of RGB (Red+Green+Blue) = 237+47+253=537 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.13% from 537); Green value is 47 (18.75% from 255 or 8.75% from 537); Blue value is 253 (99.22% from 255 or 47.11% from 537); Max value from RGB is 253 - color contains mainly: blue. Hex color #ED2FFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED2FFD is #12D002. Grayscale: #7E7E7E. Windows color (decimal): -1232899 or 16592877. OLE color: 16592877.

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

Color convert

RGB 237 47 253 -
CMYK 0.06 0.81 0 0.01
HSL 295.34º 0.98% 0.59% -
HSV(B) 295.34º 0.81% 0.99% -
XYZ 53.67 27.13 95.34 -
YUV 127.29 198.95 206.25 -
System Red Green Blue C M Y K H S L
Decimal 237 47 253 0.06 0.81 0 0.01 295.34 0.98 0.59
Hex ED 2F FD 6 51 0 1 127 62 3B
Octal 355 57 375 6 121 0 1 447 142 73
Binary 11101101 101111 11111101 110 1010001 0 1 100100111 1100010 111011

Color Harmonies of #ED2FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2FFD

Black with #ED2FFD

Text Example


Text Example

White with #ED2FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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