Html Css Color HEX #ED0DFB Psychedelic Purple

📋 copy color: '#ED0DFB'

red 237 ◦ green 13 ◦ blue 251

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

Shades of Psychedelic Purple #ED0DFB

Tints of Psychedelic Purple #ED0DFB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.59%

 BLUE value IS 251 (98.44% from 255) = 50.1%

R = 47.31%
G = 2.59%
B = 50.1%

CMYK

 C value IS 0.06

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED0DFB (or 0xED0DFB) is known color: Psychedelic Purple. HEX triplet: ED, 0D and FB. RGB value is (237,13,251). Sum of RGB (Red+Green+Blue) = 237+13+251=501 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.31% from 501); Green value is 13 (5.47% from 255 or 2.59% from 501); Blue value is 251 (98.44% from 255 or 50.10% from 501); Max value from RGB is 251 - color contains mainly: blue. Hex color #ED0DFB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED0DFB is #12F204. Grayscale: #6A6A6A. Windows color (decimal): -1241605 or 16453101. OLE color: 16453101.

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

Color convert

RGB 237 13 251 -
CMYK 0.06 0.95 0 0.02
HSL 296.47º 0.97% 0.52% -
HSV(B) 296.47º 0.95% 0.98% -
XYZ 52.48 25.26 93.38 -
YUV 107.11 209.21 220.65 -
System Red Green Blue C M Y K H S L
Decimal 237 13 251 0.06 0.95 0 0.02 296.47 0.97 0.52
Hex ED D FB 6 5F 0 2 128 61 34
Octal 355 15 373 6 137 0 2 450 141 64
Binary 11101101 1101 11111011 110 1011111 0 10 100101000 1100001 110100

Color Harmonies of #ED0DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0DFB

Black with #ED0DFB

Text Example


Text Example

White with #ED0DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0DFB; }

 p { color: rgb(237,13,251); }

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

background-color css

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

 a { background-color: rgb(237,13,251); }

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

border-color css

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

 span { border-color: rgb(237,13,251); }

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