Html Css Color HEX #ED0EFF Psychedelic Purple

📋 copy color: '#ED0EFF'

red 237 ◦ green 14 ◦ blue 255

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

Shades of Psychedelic Purple #ED0EFF

Tints of Psychedelic Purple #ED0EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.4%

R = 46.84%
G = 2.77%
B = 50.4%

CMYK

 C value IS 0.07

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ED0EFF (or 0xED0EFF) is known color: Psychedelic Purple. HEX triplet: ED, 0E and FF. RGB value is (237,14,255). Sum of RGB (Red+Green+Blue) = 237+14+255=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 14 (5.86% from 255 or 2.77% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED0EFF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED0EFF is #12F100. Grayscale: #6B6B6B. Windows color (decimal): -1241345 or 16715501. OLE color: 16715501.

HSL color Cylindrical-coordinate representation of color #ED0EFF: hue angle of 295.52º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ED0EFF is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 237 14 255 -
CMYK 0.07 0.95 0 0
HSL 295.52º 1% 0.53% -
HSV(B) 295.52º 0.95% 1% -
XYZ 53.13 25.54 96.74 -
YUV 108.15 210.88 219.9 -
System Red Green Blue C M Y K H S L
Decimal 237 14 255 0.07 0.95 0 0 295.52 1 0.53
Hex ED E FF 7 5F 0 0 128 64 35
Octal 355 16 377 7 137 0 0 450 144 65
Binary 11101101 1110 11111111 111 1011111 0 0 100101000 1100100 110101

Color Harmonies of #ED0EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0EFF

Black with #ED0EFF

Text Example


Text Example

White with #ED0EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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