Html Css Color HEX #E765FD Heliotrope

📋 copy color: '#E765FD'

red 231 ◦ green 101 ◦ blue 253

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

Shades of Heliotrope #E765FD

Tints of Heliotrope #E765FD

RGB

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

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

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

R = 39.49%
G = 17.26%
B = 43.25%

CMYK

 C value IS 0.09

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E765FD (or 0xE765FD) is known color: Heliotrope. HEX triplet: E7, 65 and FD. RGB value is (231,101,253). Sum of RGB (Red+Green+Blue) = 231+101+253=585 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.49% from 585); Green value is 101 (39.84% from 255 or 17.26% from 585); Blue value is 253 (99.22% from 255 or 43.25% from 585); Max value from RGB is 253 - color contains mainly: blue. Hex color #E765FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E765FD is #189A02. Grayscale: #9C9C9C. Windows color (decimal): -1612291 or 16606695. OLE color: 16606695.

HSL color Cylindrical-coordinate representation of color #E765FD: hue angle of 291.32º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E765FD is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 231 101 253 -
CMYK 0.09 0.60 0 0.01
HSL 291.32º 0.97% 0.69% -
HSV(B) 291.32º 0.6% 0.99% -
XYZ 55.34 33.39 96.46 -
YUV 157.2 182.07 180.64 -
System Red Green Blue C M Y K H S L
Decimal 231 101 253 0.09 0.60 0 0.01 291.32 0.97 0.69
Hex E7 65 FD 9 3C 0 1 123 61 45
Octal 347 145 375 11 74 0 1 443 141 105
Binary 11100111 1100101 11111101 1001 111100 0 1 100100011 1100001 1000101

Color Harmonies of #E765FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E765FD

Black with #E765FD

Text Example


Text Example

White with #E765FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E765FD; }

 p { color: rgb(231,101,253); }

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

background-color css

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

 a { background-color: rgb(231,101,253); }

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

border-color css

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

 span { border-color: rgb(231,101,253); }

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