Html Css Color HEX #E069EE Heliotrope

📋 copy color: '#E069EE'

red 224 ◦ green 105 ◦ blue 238

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

Shades of Heliotrope #E069EE

Tints of Heliotrope #E069EE

RGB

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

 GREEN value IS 105 (41.41% from 255) = 18.52%

 BLUE value IS 238 (93.36% from 255) = 41.98%

R = 39.51%
G = 18.52%
B = 41.98%

CMYK

 C value IS 0.06

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E069EE (or 0xE069EE) is known color: Heliotrope. HEX triplet: E0, 69 and EE. RGB value is (224,105,238). Sum of RGB (Red+Green+Blue) = 224+105+238=567 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.51% from 567); Green value is 105 (41.41% from 255 or 18.52% from 567); Blue value is 238 (93.36% from 255 or 41.98% from 567); Max value from RGB is 238 - color contains mainly: blue. Hex color #E069EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E069EE is #1F9611. Grayscale: #9B9B9B. Windows color (decimal): -2070034 or 15624672. OLE color: 15624672.

HSL color Cylindrical-coordinate representation of color #E069EE: hue angle of 293.68º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E069EE is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 224 105 238 -
CMYK 0.06 0.56 0 0.07
HSL 293.68º 0.8% 0.67% -
HSV(B) 293.68º 0.56% 0.93% -
XYZ 51.22 32.12 84.39 -
YUV 155.74 174.42 176.69 -
System Red Green Blue C M Y K H S L
Decimal 224 105 238 0.06 0.56 0 0.07 293.68 0.8 0.67
Hex E0 69 EE 6 38 0 7 126 50 43
Octal 340 151 356 6 70 0 7 446 120 103
Binary 11100000 1101001 11101110 110 111000 0 111 100100110 1010000 1000011

Color Harmonies of #E069EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E069EE

Black with #E069EE

Text Example


Text Example

White with #E069EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E069EE; }

 p { color: rgb(224,105,238); }

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

background-color css

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

 a { background-color: rgb(224,105,238); }

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

border-color css

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

 span { border-color: rgb(224,105,238); }

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