Html Css Color HEX #EE74FD Heliotrope

📋 copy color: '#EE74FD'

red 238 ◦ green 116 ◦ blue 253

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

Shades of Heliotrope #EE74FD

Tints of Heliotrope #EE74FD

RGB

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

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

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

R = 39.21%
G = 19.11%
B = 41.68%

CMYK

 C value IS 0.06

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EE74FD (or 0xEE74FD) is known color: Heliotrope. HEX triplet: EE, 74 and FD. RGB value is (238,116,253). Sum of RGB (Red+Green+Blue) = 238+116+253=607 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.21% from 607); Green value is 116 (45.70% from 255 or 19.11% from 607); Blue value is 253 (99.22% from 255 or 41.68% from 607); Max value from RGB is 253 - color contains mainly: blue. Hex color #EE74FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE74FD is #118B02. Grayscale: #A7A7A7. Windows color (decimal): -1149699 or 16610542. OLE color: 16610542.

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

Color convert

RGB 238 116 253 -
CMYK 0.06 0.54 0 0.01
HSL 293.43º 0.97% 0.72% -
HSV(B) 293.43º 0.54% 0.99% -
XYZ 59.23 37.76 97.09 -
YUV 168.1 175.92 177.86 -
System Red Green Blue C M Y K H S L
Decimal 238 116 253 0.06 0.54 0 0.01 293.43 0.97 0.72
Hex EE 74 FD 6 36 0 1 125 61 48
Octal 356 164 375 6 66 0 1 445 141 110
Binary 11101110 1110100 11111101 110 110110 0 1 100100101 1100001 1001000

Color Harmonies of #EE74FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE74FD

Black with #EE74FD

Text Example


Text Example

White with #EE74FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE74FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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