Html Css Color HEX #E95FFA Heliotrope

📋 copy color: '#E95FFA'

red 233 ◦ green 95 ◦ blue 250

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

Shades of Heliotrope #E95FFA

Tints of Heliotrope #E95FFA

RGB

 RED value IS 233 (91.41% from 255) = 40.31%

 GREEN value IS 95 (37.5% from 255) = 16.44%

 BLUE value IS 250 (98.05% from 255) = 43.25%

R = 40.31%
G = 16.44%
B = 43.25%

CMYK

 C value IS 0.07

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E95FFA (or 0xE95FFA) is known color: Heliotrope. HEX triplet: E9, 5F and FA. RGB value is (233,95,250). Sum of RGB (Red+Green+Blue) = 233+95+250=578 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.31% from 578); Green value is 95 (37.5% from 255 or 16.44% from 578); Blue value is 250 (98.05% from 255 or 43.25% from 578); Max value from RGB is 250 - color contains mainly: blue. Hex color #E95FFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E95FFA is #16A005. Grayscale: #999999. Windows color (decimal): -1482758 or 16408553. OLE color: 16408553.

HSL color Cylindrical-coordinate representation of color #E95FFA: hue angle of 293.42º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E95FFA is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 233 95 250 -
CMYK 0.07 0.62 0 0.02
HSL 293.42º 0.94% 0.68% -
HSV(B) 293.42º 0.62% 0.98% -
XYZ 54.95 32.41 93.8 -
YUV 153.93 182.22 184.4 -
System Red Green Blue C M Y K H S L
Decimal 233 95 250 0.07 0.62 0 0.02 293.42 0.94 0.68
Hex E9 5F FA 7 3E 0 2 125 5E 44
Octal 351 137 372 7 76 0 2 445 136 104
Binary 11101001 1011111 11111010 111 111110 0 10 100100101 1011110 1000100

Color Harmonies of #E95FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95FFA

Black with #E95FFA

Text Example


Text Example

White with #E95FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95FFA; }

 p { color: rgb(233,95,250); }

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

background-color css

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

 a { background-color: rgb(233,95,250); }

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

border-color css

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

 span { border-color: rgb(233,95,250); }

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