Html Css Color HEX #ED0CFE Psychedelic Purple

📋 copy color: '#ED0CFE'

red 237 ◦ green 12 ◦ blue 254

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

Shades of Psychedelic Purple #ED0CFE

Tints of Psychedelic Purple #ED0CFE

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.39%

 BLUE value IS 254 (99.61% from 255) = 50.5%

R = 47.12%
G = 2.39%
B = 50.5%

CMYK

 C value IS 0.07

 M value IS 0.95

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#ED0CFE (or 0xED0CFE) is known color: Psychedelic Purple. HEX triplet: ED, 0C and FE. RGB value is (237,12,254). Sum of RGB (Red+Green+Blue) = 237+12+254=503 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.12% from 503); Green value is 12 (5.08% from 255 or 2.39% from 503); Blue value is 254 (99.61% from 255 or 50.50% from 503); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED0CFE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED0CFE is #12F301. Grayscale: #6A6A6A. Windows color (decimal): -1241858 or 16649453. OLE color: 16649453.

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

Color convert

RGB 237 12 254 -
CMYK 0.07 0.95 0 0.00
HSL 295.79º 0.99% 0.52% -
HSV(B) 295.79º 0.95% 1% -
XYZ 52.95 25.42 95.88 -
YUV 106.86 211.04 220.82 -
System Red Green Blue C M Y K H S L
Decimal 237 12 254 0.07 0.95 0 0.00 295.79 0.99 0.52
Hex ED C FE 7 5F 0 0 128 63 34
Octal 355 14 376 7 137 0 0 450 143 64
Binary 11101101 1100 11111110 111 1011111 0 0 100101000 1100011 110100

Color Harmonies of #ED0CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0CFE

Black with #ED0CFE

Text Example


Text Example

White with #ED0CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0CFE; }

 p { color: rgb(237,12,254); }

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

background-color css

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

 a { background-color: rgb(237,12,254); }

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

border-color css

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

 span { border-color: rgb(237,12,254); }

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