Html Css Color HEX #EE74FA Fuchsia Pink

📋 copy color: '#EE74FA'

red 238 ◦ green 116 ◦ blue 250

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

Shades of Fuchsia Pink #EE74FA

Tints of Fuchsia Pink #EE74FA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 19.21%

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

R = 39.4%
G = 19.21%
B = 41.39%

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

#EE74FA (or 0xEE74FA) is known color: Fuchsia Pink. HEX triplet: EE, 74 and FA. RGB value is (238,116,250). Sum of RGB (Red+Green+Blue) = 238+116+250=604 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.40% from 604); Green value is 116 (45.70% from 255 or 19.21% from 604); Blue value is 250 (98.05% from 255 or 41.39% from 604); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE74FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE74FA is #118B05. Grayscale: #A7A7A7. Windows color (decimal): -1149702 or 16413934. OLE color: 16413934.

HSL color Cylindrical-coordinate representation of color #EE74FA: hue angle of 294.63º 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 #EE74FA is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 238 116 250 -
CMYK 0.05 0.54 0 0.02
HSL 294.63º 0.93% 0.72% -
HSV(B) 294.63º 0.54% 0.98% -
XYZ 58.76 37.57 94.6 -
YUV 167.75 174.42 178.1 -
System Red Green Blue C M Y K H S L
Decimal 238 116 250 0.05 0.54 0 0.02 294.63 0.93 0.72
Hex EE 74 FA 5 36 0 2 127 5D 48
Octal 356 164 372 5 66 0 2 447 135 110
Binary 11101110 1110100 11111010 101 110110 0 10 100100111 1011101 1001000

Color Harmonies of #EE74FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE74FA

Black with #EE74FA

Text Example


Text Example

White with #EE74FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE74FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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