Html Css Color HEX #ED2AFD Psychedelic Purple

📋 copy color: '#ED2AFD'

red 237 ◦ green 42 ◦ blue 253

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

Shades of Psychedelic Purple #ED2AFD

Tints of Psychedelic Purple #ED2AFD

RGB

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

 GREEN value IS 42 (16.8% from 255) = 7.89%

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

R = 44.55%
G = 7.89%
B = 47.56%

CMYK

 C value IS 0.06

 M value IS 0.83

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ED2AFD (or 0xED2AFD) is known color: Psychedelic Purple. HEX triplet: ED, 2A and FD. RGB value is (237,42,253). Sum of RGB (Red+Green+Blue) = 237+42+253=532 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.55% from 532); Green value is 42 (16.80% from 255 or 7.89% from 532); Blue value is 253 (99.22% from 255 or 47.56% from 532); Max value from RGB is 253 - color contains mainly: blue. Hex color #ED2AFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED2AFD is #12D502. Grayscale: #7B7B7B. Windows color (decimal): -1234179 or 16591597. OLE color: 16591597.

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

Color convert

RGB 237 42 253 -
CMYK 0.06 0.83 0 0.01
HSL 295.45º 0.98% 0.58% -
HSV(B) 295.45º 0.83% 0.99% -
XYZ 53.48 26.75 95.27 -
YUV 124.36 200.6 208.34 -
System Red Green Blue C M Y K H S L
Decimal 237 42 253 0.06 0.83 0 0.01 295.45 0.98 0.58
Hex ED 2A FD 6 53 0 1 127 62 3A
Octal 355 52 375 6 123 0 1 447 142 72
Binary 11101101 101010 11111101 110 1010011 0 1 100100111 1100010 111010

Color Harmonies of #ED2AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2AFD

Black with #ED2AFD

Text Example


Text Example

White with #ED2AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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