Html Css Color HEX #E34BFD Heliotrope

📋 copy color: '#E34BFD'

red 227 ◦ green 75 ◦ blue 253

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

Shades of Heliotrope #E34BFD

Tints of Heliotrope #E34BFD

RGB

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

 GREEN value IS 75 (29.69% from 255) = 13.51%

 BLUE value IS 253 (99.22% from 255) = 45.59%

R = 40.9%
G = 13.51%
B = 45.59%

CMYK

 C value IS 0.10

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E34BFD (or 0xE34BFD) is known color: Heliotrope. HEX triplet: E3, 4B and FD. RGB value is (227,75,253). Sum of RGB (Red+Green+Blue) = 227+75+253=555 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.90% from 555); Green value is 75 (29.69% from 255 or 13.51% from 555); Blue value is 253 (99.22% from 255 or 45.59% from 555); Max value from RGB is 253 - color contains mainly: blue. Hex color #E34BFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E34BFD is #1CB402. Grayscale: #8C8C8C. Windows color (decimal): -1881091 or 16600035. OLE color: 16600035.

HSL color Cylindrical-coordinate representation of color #E34BFD: hue angle of 291.24º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E34BFD is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 227 75 253 -
CMYK 0.10 0.70 0 0.01
HSL 291.24º 0.98% 0.64% -
HSV(B) 291.24º 0.7% 0.99% -
XYZ 51.92 28.45 95.68 -
YUV 140.74 191.36 189.53 -
System Red Green Blue C M Y K H S L
Decimal 227 75 253 0.10 0.70 0 0.01 291.24 0.98 0.64
Hex E3 4B FD A 46 0 1 123 62 40
Octal 343 113 375 12 106 0 1 443 142 100
Binary 11100011 1001011 11111101 1010 1000110 0 1 100100011 1100010 1000000

Color Harmonies of #E34BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34BFD

Black with #E34BFD

Text Example


Text Example

White with #E34BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34BFD; }

 p { color: rgb(227,75,253); }

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

background-color css

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

 a { background-color: rgb(227,75,253); }

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

border-color css

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

 span { border-color: rgb(227,75,253); }

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