Html Css Color HEX #ED0CF5 Psychedelic Purple

📋 copy color: '#ED0CF5'

red 237 ◦ green 12 ◦ blue 245

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

Shades of Psychedelic Purple #ED0CF5

Tints of Psychedelic Purple #ED0CF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 49.6%

R = 47.98%
G = 2.43%
B = 49.6%

CMYK

 C value IS 0.03

 M value IS 0.95

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#ED0CF5 (or 0xED0CF5) is known color: Psychedelic Purple. HEX triplet: ED, 0C and F5. RGB value is (237,12,245). Sum of RGB (Red+Green+Blue) = 237+12+245=494 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.98% from 494); Green value is 12 (5.08% from 255 or 2.43% from 494); Blue value is 245 (96.09% from 255 or 49.60% from 494); Max value from RGB is 245 - color contains mainly: blue. Hex color #ED0CF5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED0CF5 is #12F30A. Grayscale: #696969. Windows color (decimal): -1241867 or 16059629. OLE color: 16059629.

HSL color Cylindrical-coordinate representation of color #ED0CF5: hue angle of 297.94º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ED0CF5 is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 12 245 -
CMYK 0.03 0.95 0 0.04
HSL 297.94º 0.92% 0.5% -
HSV(B) 297.94º 0.95% 0.96% -
XYZ 51.54 24.86 88.47 -
YUV 105.84 206.54 221.55 -
System Red Green Blue C M Y K H S L
Decimal 237 12 245 0.03 0.95 0 0.04 297.94 0.92 0.5
Hex ED C F5 3 5F 0 4 12A 5C 32
Octal 355 14 365 3 137 0 4 452 134 62
Binary 11101101 1100 11110101 11 1011111 0 100 100101010 1011100 110010

Color Harmonies of #ED0CF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0CF5

Black with #ED0CF5

Text Example


Text Example

White with #ED0CF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0CF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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