Html Css Color HEX #ED7CFD Heliotrope

📋 copy color: '#ED7CFD'

red 237 ◦ green 124 ◦ blue 253

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

Shades of Heliotrope #ED7CFD

Tints of Heliotrope #ED7CFD

RGB

 RED value IS 237 (92.97% from 255) = 38.6%

 GREEN value IS 124 (48.83% from 255) = 20.2%

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

R = 38.6%
G = 20.2%
B = 41.21%

CMYK

 C value IS 0.06

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ED7CFD (or 0xED7CFD) is known color: Heliotrope. HEX triplet: ED, 7C and FD. RGB value is (237,124,253). Sum of RGB (Red+Green+Blue) = 237+124+253=614 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.60% from 614); Green value is 124 (48.83% from 255 or 20.20% from 614); Blue value is 253 (99.22% from 255 or 41.21% from 614); Max value from RGB is 253 - color contains mainly: blue. Hex color #ED7CFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED7CFD is #128302. Grayscale: #ACACAC. Windows color (decimal): -1213187 or 16612589. OLE color: 16612589.

HSL color Cylindrical-coordinate representation of color #ED7CFD: hue angle of 292.56º 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 #ED7CFD is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 237 124 253 -
CMYK 0.06 0.51 0 0.01
HSL 292.56º 0.97% 0.74% -
HSV(B) 292.56º 0.51% 0.99% -
XYZ 59.86 39.51 97.4 -
YUV 172.49 173.44 174.01 -
System Red Green Blue C M Y K H S L
Decimal 237 124 253 0.06 0.51 0 0.01 292.56 0.97 0.74
Hex ED 7C FD 6 33 0 1 125 61 4A
Octal 355 174 375 6 63 0 1 445 141 112
Binary 11101101 1111100 11111101 110 110011 0 1 100100101 1100001 1001010

Color Harmonies of #ED7CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7CFD

Black with #ED7CFD

Text Example


Text Example

White with #ED7CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7CFD; }

 p { color: rgb(237,124,253); }

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

background-color css

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

 a { background-color: rgb(237,124,253); }

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

border-color css

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

 span { border-color: rgb(237,124,253); }

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