Html Css Color HEX #EE73FA Fuchsia Pink

📋 copy color: '#EE73FA'

red 238 ◦ green 115 ◦ blue 250

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

Shades of Fuchsia Pink #EE73FA

Tints of Fuchsia Pink #EE73FA

RGB

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

 GREEN value IS 115 (45.31% from 255) = 19.07%

 BLUE value IS 250 (98.05% from 255) = 41.46%

R = 39.47%
G = 19.07%
B = 41.46%

CMYK

 C value IS 0.05

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EE73FA (or 0xEE73FA) is known color: Fuchsia Pink. HEX triplet: EE, 73 and FA. RGB value is (238,115,250). Sum of RGB (Red+Green+Blue) = 238+115+250=603 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.47% from 603); Green value is 115 (45.31% from 255 or 19.07% from 603); Blue value is 250 (98.05% from 255 or 41.46% from 603); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE73FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE73FA is #118C05. Grayscale: #A6A6A6. Windows color (decimal): -1149958 or 16413678. OLE color: 16413678.

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

Color convert

RGB 238 115 250 -
CMYK 0.05 0.54 0 0.02
HSL 294.67º 0.93% 0.72% -
HSV(B) 294.67º 0.54% 0.98% -
XYZ 58.65 37.34 94.56 -
YUV 167.17 174.75 178.52 -
System Red Green Blue C M Y K H S L
Decimal 238 115 250 0.05 0.54 0 0.02 294.67 0.93 0.72
Hex EE 73 FA 5 36 0 2 127 5D 48
Octal 356 163 372 5 66 0 2 447 135 110
Binary 11101110 1110011 11111010 101 110110 0 10 100100111 1011101 1001000

Color Harmonies of #EE73FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE73FA

Black with #EE73FA

Text Example


Text Example

White with #EE73FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE73FA; }

 p { color: rgb(238,115,250); }

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

background-color css

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

 a { background-color: rgb(238,115,250); }

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

border-color css

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

 span { border-color: rgb(238,115,250); }

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