Html Css Color HEX #EC7BFD Heliotrope

📋 copy color: '#EC7BFD'

red 236 ◦ green 123 ◦ blue 253

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

Shades of Heliotrope #EC7BFD

Tints of Heliotrope #EC7BFD

RGB

 RED value IS 236 (92.58% from 255) = 38.56%

 GREEN value IS 123 (48.44% from 255) = 20.1%

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

R = 38.56%
G = 20.1%
B = 41.34%

CMYK

 C value IS 0.07

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EC7BFD (or 0xEC7BFD) is known color: Heliotrope. HEX triplet: EC, 7B and FD. RGB value is (236,123,253). Sum of RGB (Red+Green+Blue) = 236+123+253=612 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.56% from 612); Green value is 123 (48.44% from 255 or 20.10% from 612); Blue value is 253 (99.22% from 255 or 41.34% from 612); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC7BFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC7BFD is #138402. Grayscale: #ABABAB. Windows color (decimal): -1278979 or 16612332. OLE color: 16612332.

HSL color Cylindrical-coordinate representation of color #EC7BFD: hue angle of 292.15º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EC7BFD is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 236 123 253 -
CMYK 0.07 0.51 0 0.01
HSL 292.15º 0.97% 0.74% -
HSV(B) 292.15º 0.51% 0.99% -
XYZ 59.4 39.09 97.34 -
YUV 171.61 173.94 173.93 -
System Red Green Blue C M Y K H S L
Decimal 236 123 253 0.07 0.51 0 0.01 292.15 0.97 0.74
Hex EC 7B FD 7 33 0 1 124 61 4A
Octal 354 173 375 7 63 0 1 444 141 112
Binary 11101100 1111011 11111101 111 110011 0 1 100100100 1100001 1001010

Color Harmonies of #EC7BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7BFD

Black with #EC7BFD

Text Example


Text Example

White with #EC7BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7BFD; }

 p { color: rgb(236,123,253); }

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

background-color css

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

 a { background-color: rgb(236,123,253); }

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

border-color css

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

 span { border-color: rgb(236,123,253); }

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