Html Css Color HEX #ED0CFD Psychedelic Purple

📋 copy color: '#ED0CFD'

red 237 ◦ green 12 ◦ blue 253

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

Shades of Psychedelic Purple #ED0CFD

Tints of Psychedelic Purple #ED0CFD

RGB

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

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

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

R = 47.21%
G = 2.39%
B = 50.4%

CMYK

 C value IS 0.06

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ED0CFD (or 0xED0CFD) is known color: Psychedelic Purple. HEX triplet: ED, 0C and FD. RGB value is (237,12,253). Sum of RGB (Red+Green+Blue) = 237+12+253=502 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.21% from 502); Green value is 12 (5.08% from 255 or 2.39% from 502); Blue value is 253 (99.22% from 255 or 50.40% from 502); Max value from RGB is 253 - color contains mainly: blue. Hex color #ED0CFD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED0CFD is #12F302. Grayscale: #6A6A6A. Windows color (decimal): -1241859 or 16583917. OLE color: 16583917.

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

Color convert

RGB 237 12 253 -
CMYK 0.06 0.95 0 0.01
HSL 296.02º 0.98% 0.52% -
HSV(B) 296.02º 0.95% 0.99% -
XYZ 52.79 25.36 95.04 -
YUV 106.75 210.54 220.9 -
System Red Green Blue C M Y K H S L
Decimal 237 12 253 0.06 0.95 0 0.01 296.02 0.98 0.52
Hex ED C FD 6 5F 0 1 128 62 34
Octal 355 14 375 6 137 0 1 450 142 64
Binary 11101101 1100 11111101 110 1011111 0 1 100101000 1100010 110100

Color Harmonies of #ED0CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0CFD

Black with #ED0CFD

Text Example


Text Example

White with #ED0CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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