Html Css Color HEX #EE7AFF Heliotrope

📋 copy color: '#EE7AFF'

red 238 ◦ green 122 ◦ blue 255

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

Shades of Heliotrope #EE7AFF

Tints of Heliotrope #EE7AFF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 19.84%

 BLUE value IS 255 (100% from 255) = 41.46%

R = 38.7%
G = 19.84%
B = 41.46%

CMYK

 C value IS 0.07

 M value IS 0.52

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EE7AFF (or 0xEE7AFF) is known color: Heliotrope. HEX triplet: EE, 7A and FF. RGB value is (238,122,255). Sum of RGB (Red+Green+Blue) = 238+122+255=615 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.70% from 615); Green value is 122 (48.05% from 255 or 19.84% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE7AFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE7AFF is #118500. Grayscale: #ABABAB. Windows color (decimal): -1148161 or 16743150. OLE color: 16743150.

HSL color Cylindrical-coordinate representation of color #EE7AFF: hue angle of 292.33º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EE7AFF is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 238 122 255 -
CMYK 0.07 0.52 0 0
HSL 292.33º 1% 0.74% -
HSV(B) 292.33º 0.52% 1% -
XYZ 60.27 39.32 99.02 -
YUV 171.85 174.93 175.19 -
System Red Green Blue C M Y K H S L
Decimal 238 122 255 0.07 0.52 0 0 292.33 1 0.74
Hex EE 7A FF 7 34 0 0 124 64 4A
Octal 356 172 377 7 64 0 0 444 144 112
Binary 11101110 1111010 11111111 111 110100 0 0 100100100 1100100 1001010

Color Harmonies of #EE7AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7AFF

Black with #EE7AFF

Text Example


Text Example

White with #EE7AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7AFF; }

 p { color: rgb(238,122,255); }

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

background-color css

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

 a { background-color: rgb(238,122,255); }

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

border-color css

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

 span { border-color: rgb(238,122,255); }

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