Html Css Color HEX #E66CF2 Heliotrope

📋 copy color: '#E66CF2'

red 230 ◦ green 108 ◦ blue 242

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

Shades of Heliotrope #E66CF2

Tints of Heliotrope #E66CF2

RGB

 RED value IS 230 (90.23% from 255) = 39.66%

 GREEN value IS 108 (42.58% from 255) = 18.62%

 BLUE value IS 242 (94.92% from 255) = 41.72%

R = 39.66%
G = 18.62%
B = 41.72%

CMYK

 C value IS 0.05

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E66CF2 (or 0xE66CF2) is known color: Heliotrope. HEX triplet: E6, 6C and F2. RGB value is (230,108,242). Sum of RGB (Red+Green+Blue) = 230+108+242=580 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.66% from 580); Green value is 108 (42.58% from 255 or 18.62% from 580); Blue value is 242 (94.92% from 255 or 41.72% from 580); Max value from RGB is 242 - color contains mainly: blue. Hex color #E66CF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E66CF2 is #19930D. Grayscale: #9F9F9F. Windows color (decimal): -1676046 or 15887590. OLE color: 15887590.

HSL color Cylindrical-coordinate representation of color #E66CF2: hue angle of 294.63º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E66CF2 is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 230 108 242 -
CMYK 0.05 0.55 0 0.05
HSL 294.63º 0.84% 0.69% -
HSV(B) 294.63º 0.55% 0.95% -
XYZ 54.02 33.96 87.71 -
YUV 159.75 174.42 178.1 -
System Red Green Blue C M Y K H S L
Decimal 230 108 242 0.05 0.55 0 0.05 294.63 0.84 0.69
Hex E6 6C F2 5 37 0 5 127 54 45
Octal 346 154 362 5 67 0 5 447 124 105
Binary 11100110 1101100 11110010 101 110111 0 101 100100111 1010100 1000101

Color Harmonies of #E66CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66CF2

Black with #E66CF2

Text Example


Text Example

White with #E66CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66CF2; }

 p { color: rgb(230,108,242); }

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

background-color css

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

 a { background-color: rgb(230,108,242); }

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

border-color css

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

 span { border-color: rgb(230,108,242); }

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