Html Css Color HEX #E769EE Heliotrope

📋 copy color: '#E769EE'

red 231 ◦ green 105 ◦ blue 238

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

Shades of Heliotrope #E769EE

Tints of Heliotrope #E769EE

RGB

 RED value IS 231 (90.63% from 255) = 40.24%

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

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

R = 40.24%
G = 18.29%
B = 41.46%

CMYK

 C value IS 0.03

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E769EE (or 0xE769EE) is known color: Heliotrope. HEX triplet: E7, 69 and EE. RGB value is (231,105,238). Sum of RGB (Red+Green+Blue) = 231+105+238=574 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.24% from 574); Green value is 105 (41.41% from 255 or 18.29% from 574); Blue value is 238 (93.36% from 255 or 41.46% from 574); Max value from RGB is 238 - color contains mainly: blue. Hex color #E769EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E769EE is #189611. Grayscale: #9D9D9D. Windows color (decimal): -1611282 or 15624679. OLE color: 15624679.

HSL color Cylindrical-coordinate representation of color #E769EE: hue angle of 296.84º 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 #E769EE is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 231 105 238 -
CMYK 0.03 0.56 0 0.07
HSL 296.84º 0.8% 0.67% -
HSV(B) 296.84º 0.56% 0.93% -
XYZ 53.44 33.27 84.49 -
YUV 157.84 173.24 180.19 -
System Red Green Blue C M Y K H S L
Decimal 231 105 238 0.03 0.56 0 0.07 296.84 0.8 0.67
Hex E7 69 EE 3 38 0 7 129 50 43
Octal 347 151 356 3 70 0 7 451 120 103
Binary 11100111 1101001 11101110 11 111000 0 111 100101001 1010000 1000011

Color Harmonies of #E769EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E769EE

Black with #E769EE

Text Example


Text Example

White with #E769EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E769EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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