Html Css Color HEX #EE75FE Heliotrope

📋 copy color: '#EE75FE'

red 238 ◦ green 117 ◦ blue 254

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

Shades of Heliotrope #EE75FE

Tints of Heliotrope #EE75FE

RGB

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

 GREEN value IS 117 (46.09% from 255) = 19.21%

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

R = 39.08%
G = 19.21%
B = 41.71%

CMYK

 C value IS 0.06

 M value IS 0.54

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EE75FE (or 0xEE75FE) is known color: Heliotrope. HEX triplet: EE, 75 and FE. RGB value is (238,117,254). Sum of RGB (Red+Green+Blue) = 238+117+254=609 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.08% from 609); Green value is 117 (46.09% from 255 or 19.21% from 609); Blue value is 254 (99.61% from 255 or 41.71% from 609); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE75FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE75FE is #118A01. Grayscale: #A8A8A8. Windows color (decimal): -1149442 or 16676334. OLE color: 16676334.

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

Color convert

RGB 238 117 254 -
CMYK 0.06 0.54 0 0.00
HSL 292.99º 0.99% 0.73% -
HSV(B) 292.99º 0.54% 1% -
XYZ 59.51 38.06 97.97 -
YUV 168.8 176.09 177.36 -
System Red Green Blue C M Y K H S L
Decimal 238 117 254 0.06 0.54 0 0.00 292.99 0.99 0.73
Hex EE 75 FE 6 36 0 0 125 63 49
Octal 356 165 376 6 66 0 0 445 143 111
Binary 11101110 1110101 11111110 110 110110 0 0 100100101 1100011 1001001

Color Harmonies of #EE75FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE75FE

Black with #EE75FE

Text Example


Text Example

White with #EE75FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE75FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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