Html Css Color HEX #ED06FB Psychedelic Purple

📋 copy color: '#ED06FB'

red 237 ◦ green 6 ◦ blue 251

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

Shades of Psychedelic Purple #ED06FB

Tints of Psychedelic Purple #ED06FB

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.21%

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

R = 47.98%
G = 1.21%
B = 50.81%

CMYK

 C value IS 0.06

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED06FB (or 0xED06FB) is known color: Psychedelic Purple. HEX triplet: ED, 06 and FB. RGB value is (237,6,251). Sum of RGB (Red+Green+Blue) = 237+6+251=494 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.98% from 494); Green value is 6 (2.73% from 255 or 1.21% from 494); Blue value is 251 (98.44% from 255 or 50.81% from 494); Max value from RGB is 251 - color contains mainly: blue. Hex color #ED06FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED06FB is #12F904. Grayscale: #666666. Windows color (decimal): -1243397 or 16451309. OLE color: 16451309.

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

Color convert

RGB 237 6 251 -
CMYK 0.06 0.98 0 0.02
HSL 296.57º 0.97% 0.5% -
HSV(B) 296.57º 0.98% 0.98% -
XYZ 52.4 25.1 93.35 -
YUV 103 211.53 223.58 -
System Red Green Blue C M Y K H S L
Decimal 237 6 251 0.06 0.98 0 0.02 296.57 0.97 0.5
Hex ED 6 FB 6 62 0 2 129 61 32
Octal 355 6 373 6 142 0 2 451 141 62
Binary 11101101 110 11111011 110 1100010 0 10 100101001 1100001 110010

Color Harmonies of #ED06FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED06FB

Black with #ED06FB

Text Example


Text Example

White with #ED06FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED06FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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