Html Css Color HEX #ED7BFE Heliotrope

📋 copy color: '#ED7BFE'

red 237 ◦ green 123 ◦ blue 254

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

Shades of Heliotrope #ED7BFE

Tints of Heliotrope #ED7BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 41.37%

R = 38.6%
G = 20.03%
B = 41.37%

CMYK

 C value IS 0.07

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#ED7BFE (or 0xED7BFE) is known color: Heliotrope. HEX triplet: ED, 7B and FE. RGB value is (237,123,254). Sum of RGB (Red+Green+Blue) = 237+123+254=614 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.60% from 614); Green value is 123 (48.44% from 255 or 20.03% from 614); Blue value is 254 (99.61% from 255 or 41.37% from 614); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED7BFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED7BFE is #128401. Grayscale: #ABABAB. Windows color (decimal): -1213442 or 16677869. OLE color: 16677869.

HSL color Cylindrical-coordinate representation of color #ED7BFE: hue angle of 292.21º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ED7BFE is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 237 123 254 -
CMYK 0.07 0.52 0 0.00
HSL 292.21º 0.98% 0.74% -
HSV(B) 292.21º 0.52% 1% -
XYZ 59.9 39.33 98.2 -
YUV 172.02 174.27 174.35 -
System Red Green Blue C M Y K H S L
Decimal 237 123 254 0.07 0.52 0 0.00 292.21 0.98 0.74
Hex ED 7B FE 7 34 0 0 124 62 4A
Octal 355 173 376 7 64 0 0 444 142 112
Binary 11101101 1111011 11111110 111 110100 0 0 100100100 1100010 1001010

Color Harmonies of #ED7BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7BFE

Black with #ED7BFE

Text Example


Text Example

White with #ED7BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7BFE; }

 p { color: rgb(237,123,254); }

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

background-color css

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

 a { background-color: rgb(237,123,254); }

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

border-color css

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

 span { border-color: rgb(237,123,254); }

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