Html Css Color HEX #ED12FB Psychedelic Purple

📋 copy color: '#ED12FB'

red 237 ◦ green 18 ◦ blue 251

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

Shades of Psychedelic Purple #ED12FB

Tints of Psychedelic Purple #ED12FB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.56%

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

R = 46.84%
G = 3.56%
B = 49.6%

CMYK

 C value IS 0.06

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED12FB (or 0xED12FB) is known color: Psychedelic Purple. HEX triplet: ED, 12 and FB. RGB value is (237,18,251). Sum of RGB (Red+Green+Blue) = 237+18+251=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 18 (7.42% from 255 or 3.56% from 506); Blue value is 251 (98.44% from 255 or 49.60% from 506); Max value from RGB is 251 - color contains mainly: blue. Hex color #ED12FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED12FB is #12ED04. Grayscale: #6D6D6D. Windows color (decimal): -1240325 or 16454381. OLE color: 16454381.

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

Color convert

RGB 237 18 251 -
CMYK 0.06 0.93 0 0.02
HSL 296.39º 0.97% 0.53% -
HSV(B) 296.39º 0.93% 0.98% -
XYZ 52.55 25.4 93.4 -
YUV 110.04 207.55 218.55 -
System Red Green Blue C M Y K H S L
Decimal 237 18 251 0.06 0.93 0 0.02 296.39 0.97 0.53
Hex ED 12 FB 6 5D 0 2 128 61 35
Octal 355 22 373 6 135 0 2 450 141 65
Binary 11101101 10010 11111011 110 1011101 0 10 100101000 1100001 110101

Color Harmonies of #ED12FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED12FB

Black with #ED12FB

Text Example


Text Example

White with #ED12FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED12FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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