Html Css Color HEX #EE1EFD Psychedelic Purple

📋 copy color: '#EE1EFD'

red 238 ◦ green 30 ◦ blue 253

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

Shades of Psychedelic Purple #EE1EFD

Tints of Psychedelic Purple #EE1EFD

RGB

 RED value IS 238 (93.36% from 255) = 45.68%

 GREEN value IS 30 (12.11% from 255) = 5.76%

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

R = 45.68%
G = 5.76%
B = 48.56%

CMYK

 C value IS 0.06

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EE1EFD (or 0xEE1EFD) is known color: Psychedelic Purple. HEX triplet: EE, 1E and FD. RGB value is (238,30,253). Sum of RGB (Red+Green+Blue) = 238+30+253=521 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.68% from 521); Green value is 30 (12.11% from 255 or 5.76% from 521); Blue value is 253 (99.22% from 255 or 48.56% from 521); Max value from RGB is 253 - color contains mainly: blue. Hex color #EE1EFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE1EFD is #11E102. Grayscale: #747474. Windows color (decimal): -1171715 or 16588526. OLE color: 16588526.

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

Color convert

RGB 238 30 253 -
CMYK 0.06 0.88 0 0.01
HSL 295.96º 0.98% 0.55% -
HSV(B) 295.96º 0.88% 0.99% -
XYZ 53.45 26.2 95.17 -
YUV 117.61 204.41 213.87 -
System Red Green Blue C M Y K H S L
Decimal 238 30 253 0.06 0.88 0 0.01 295.96 0.98 0.55
Hex EE 1E FD 6 58 0 1 128 62 37
Octal 356 36 375 6 130 0 1 450 142 67
Binary 11101110 11110 11111101 110 1011000 0 1 100101000 1100010 110111

Color Harmonies of #EE1EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1EFD

Black with #EE1EFD

Text Example


Text Example

White with #EE1EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1EFD; }

 p { color: rgb(238,30,253); }

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

background-color css

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

 a { background-color: rgb(238,30,253); }

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

border-color css

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

 span { border-color: rgb(238,30,253); }

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