Html Css Color HEX #E378F2 Heliotrope

📋 copy color: '#E378F2'

red 227 ◦ green 120 ◦ blue 242

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

Shades of Heliotrope #E378F2

Tints of Heliotrope #E378F2

RGB

 RED value IS 227 (89.06% from 255) = 38.54%

 GREEN value IS 120 (47.27% from 255) = 20.37%

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

R = 38.54%
G = 20.37%
B = 41.09%

CMYK

 C value IS 0.06

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E378F2 (or 0xE378F2) is known color: Heliotrope. HEX triplet: E3, 78 and F2. RGB value is (227,120,242). Sum of RGB (Red+Green+Blue) = 227+120+242=589 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.54% from 589); Green value is 120 (47.27% from 255 or 20.37% from 589); Blue value is 242 (94.92% from 255 or 41.09% from 589); Max value from RGB is 242 - color contains mainly: blue. Hex color #E378F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E378F2 is #1C870D. Grayscale: #A5A5A5. Windows color (decimal): -1869582 or 15890659. OLE color: 15890659.

HSL color Cylindrical-coordinate representation of color #E378F2: hue angle of 292.62º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E378F2 is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 227 120 242 -
CMYK 0.06 0.50 0 0.05
HSL 292.62º 0.82% 0.71% -
HSV(B) 292.62º 0.5% 0.95% -
XYZ 54.42 36.17 88.12 -
YUV 165.9 170.95 171.58 -
System Red Green Blue C M Y K H S L
Decimal 227 120 242 0.06 0.50 0 0.05 292.62 0.82 0.71
Hex E3 78 F2 6 32 0 5 125 52 47
Octal 343 170 362 6 62 0 5 445 122 107
Binary 11100011 1111000 11110010 110 110010 0 101 100100101 1010010 1000111

Color Harmonies of #E378F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E378F2

Black with #E378F2

Text Example


Text Example

White with #E378F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E378F2; }

 p { color: rgb(227,120,242); }

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

background-color css

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

 a { background-color: rgb(227,120,242); }

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

border-color css

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

 span { border-color: rgb(227,120,242); }

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