Html Css Color HEX #E670F2 Heliotrope

📋 copy color: '#E670F2'

red 230 ◦ green 112 ◦ blue 242

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

Shades of Heliotrope #E670F2

Tints of Heliotrope #E670F2

RGB

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

 GREEN value IS 112 (44.14% from 255) = 19.18%

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

R = 39.38%
G = 19.18%
B = 41.44%

CMYK

 C value IS 0.05

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E670F2 (or 0xE670F2) is known color: Heliotrope. HEX triplet: E6, 70 and F2. RGB value is (230,112,242). Sum of RGB (Red+Green+Blue) = 230+112+242=584 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.38% from 584); Green value is 112 (44.14% from 255 or 19.18% from 584); Blue value is 242 (94.92% from 255 or 41.44% from 584); Max value from RGB is 242 - color contains mainly: blue. Hex color #E670F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E670F2 is #198F0D. Grayscale: #A1A1A1. Windows color (decimal): -1675022 or 15888614. OLE color: 15888614.

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

Color convert

RGB 230 112 242 -
CMYK 0.05 0.54 0 0.05
HSL 294.46º 0.83% 0.69% -
HSV(B) 294.46º 0.54% 0.95% -
XYZ 54.45 34.82 87.86 -
YUV 162.1 173.09 176.43 -
System Red Green Blue C M Y K H S L
Decimal 230 112 242 0.05 0.54 0 0.05 294.46 0.83 0.69
Hex E6 70 F2 5 36 0 5 126 53 45
Octal 346 160 362 5 66 0 5 446 123 105
Binary 11100110 1110000 11110010 101 110110 0 101 100100110 1010011 1000101

Color Harmonies of #E670F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E670F2

Black with #E670F2

Text Example


Text Example

White with #E670F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E670F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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