Html Css Color HEX #ED6FFD Heliotrope

📋 copy color: '#ED6FFD'

red 237 ◦ green 111 ◦ blue 253

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

Shades of Heliotrope #ED6FFD

Tints of Heliotrope #ED6FFD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 18.47%

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

R = 39.43%
G = 18.47%
B = 42.1%

CMYK

 C value IS 0.06

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ED6FFD (or 0xED6FFD) is known color: Heliotrope. HEX triplet: ED, 6F and FD. RGB value is (237,111,253). Sum of RGB (Red+Green+Blue) = 237+111+253=601 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.43% from 601); Green value is 111 (43.75% from 255 or 18.47% from 601); Blue value is 253 (99.22% from 255 or 42.10% from 601); Max value from RGB is 253 - color contains mainly: blue. Hex color #ED6FFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED6FFD is #129002. Grayscale: #A4A4A4. Windows color (decimal): -1216515 or 16609261. OLE color: 16609261.

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

Color convert

RGB 237 111 253 -
CMYK 0.06 0.56 0 0.01
HSL 293.24º 0.97% 0.71% -
HSV(B) 293.24º 0.56% 0.99% -
XYZ 58.34 36.47 96.89 -
YUV 164.86 177.74 179.45 -
System Red Green Blue C M Y K H S L
Decimal 237 111 253 0.06 0.56 0 0.01 293.24 0.97 0.71
Hex ED 6F FD 6 38 0 1 125 61 47
Octal 355 157 375 6 70 0 1 445 141 107
Binary 11101101 1101111 11111101 110 111000 0 1 100100101 1100001 1000111

Color Harmonies of #ED6FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6FFD

Black with #ED6FFD

Text Example


Text Example

White with #ED6FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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