Html Css Color HEX #EE72FE Heliotrope

📋 copy color: '#EE72FE'

red 238 ◦ green 114 ◦ blue 254

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

Shades of Heliotrope #EE72FE

Tints of Heliotrope #EE72FE

RGB

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

 GREEN value IS 114 (44.92% from 255) = 18.81%

 BLUE value IS 254 (99.61% from 255) = 41.91%

R = 39.27%
G = 18.81%
B = 41.91%

CMYK

 C value IS 0.06

 M value IS 0.55

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EE72FE (or 0xEE72FE) is known color: Heliotrope. HEX triplet: EE, 72 and FE. RGB value is (238,114,254). Sum of RGB (Red+Green+Blue) = 238+114+254=606 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.27% from 606); Green value is 114 (44.92% from 255 or 18.81% from 606); Blue value is 254 (99.61% from 255 or 41.91% from 606); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE72FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE72FE is #118D01. Grayscale: #A6A6A6. Windows color (decimal): -1150210 or 16675566. OLE color: 16675566.

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

Color convert

RGB 238 114 254 -
CMYK 0.06 0.55 0 0.00
HSL 293.14º 0.99% 0.72% -
HSV(B) 293.14º 0.55% 1% -
XYZ 59.17 37.37 97.86 -
YUV 167.04 177.08 178.62 -
System Red Green Blue C M Y K H S L
Decimal 238 114 254 0.06 0.55 0 0.00 293.14 0.99 0.72
Hex EE 72 FE 6 37 0 0 125 63 48
Octal 356 162 376 6 67 0 0 445 143 110
Binary 11101110 1110010 11111110 110 110111 0 0 100100101 1100011 1001000

Color Harmonies of #EE72FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE72FE

Black with #EE72FE

Text Example


Text Example

White with #EE72FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE72FE; }

 p { color: rgb(238,114,254); }

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

background-color css

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

 a { background-color: rgb(238,114,254); }

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

border-color css

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

 span { border-color: rgb(238,114,254); }

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