Html Css Color HEX #E065ED Heliotrope

📋 copy color: '#E065ED'

red 224 ◦ green 101 ◦ blue 237

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

Shades of Heliotrope #E065ED

Tints of Heliotrope #E065ED

RGB

 RED value IS 224 (87.89% from 255) = 39.86%

 GREEN value IS 101 (39.84% from 255) = 17.97%

 BLUE value IS 237 (92.97% from 255) = 42.17%

R = 39.86%
G = 17.97%
B = 42.17%

CMYK

 C value IS 0.05

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E065ED (or 0xE065ED) is known color: Heliotrope. HEX triplet: E0, 65 and ED. RGB value is (224,101,237). Sum of RGB (Red+Green+Blue) = 224+101+237=562 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.86% from 562); Green value is 101 (39.84% from 255 or 17.97% from 562); Blue value is 237 (92.97% from 255 or 42.17% from 562); Max value from RGB is 237 - color contains mainly: blue. Hex color #E065ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E065ED is #1F9A12. Grayscale: #989898. Windows color (decimal): -2071059 or 15558112. OLE color: 15558112.

HSL color Cylindrical-coordinate representation of color #E065ED: hue angle of 294.26º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E065ED is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 224 101 237 -
CMYK 0.05 0.57 0 0.07
HSL 294.26º 0.79% 0.66% -
HSV(B) 294.26º 0.57% 0.93% -
XYZ 50.68 31.27 83.49 -
YUV 153.28 175.25 178.44 -
System Red Green Blue C M Y K H S L
Decimal 224 101 237 0.05 0.57 0 0.07 294.26 0.79 0.66
Hex E0 65 ED 5 39 0 7 126 4F 42
Octal 340 145 355 5 71 0 7 446 117 102
Binary 11100000 1100101 11101101 101 111001 0 111 100100110 1001111 1000010

Color Harmonies of #E065ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E065ED

Black with #E065ED

Text Example


Text Example

White with #E065ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E065ED; }

 p { color: rgb(224,101,237); }

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

background-color css

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

 a { background-color: rgb(224,101,237); }

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

border-color css

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

 span { border-color: rgb(224,101,237); }

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