Html Css Color HEX #ED0EFD Psychedelic Purple

📋 copy color: '#ED0EFD'

red 237 ◦ green 14 ◦ blue 253

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

Shades of Psychedelic Purple #ED0EFD

Tints of Psychedelic Purple #ED0EFD

RGB

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

 GREEN value IS 14 (5.86% from 255) = 2.78%

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

R = 47.02%
G = 2.78%
B = 50.2%

CMYK

 C value IS 0.06

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ED0EFD (or 0xED0EFD) is known color: Psychedelic Purple. HEX triplet: ED, 0E and FD. RGB value is (237,14,253). Sum of RGB (Red+Green+Blue) = 237+14+253=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 14 (5.86% from 255 or 2.78% from 504); Blue value is 253 (99.22% from 255 or 50.20% from 504); Max value from RGB is 253 - color contains mainly: blue. Hex color #ED0EFD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED0EFD is #12F102. Grayscale: #6B6B6B. Windows color (decimal): -1241347 or 16584429. OLE color: 16584429.

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

Color convert

RGB 237 14 253 -
CMYK 0.06 0.94 0 0.01
HSL 295.98º 0.98% 0.52% -
HSV(B) 295.98º 0.94% 0.99% -
XYZ 52.81 25.41 95.05 -
YUV 107.92 209.88 220.07 -
System Red Green Blue C M Y K H S L
Decimal 237 14 253 0.06 0.94 0 0.01 295.98 0.98 0.52
Hex ED E FD 6 5E 0 1 128 62 34
Octal 355 16 375 6 136 0 1 450 142 64
Binary 11101101 1110 11111101 110 1011110 0 1 100101000 1100010 110100

Color Harmonies of #ED0EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0EFD

Black with #ED0EFD

Text Example


Text Example

White with #ED0EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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