Html Css Color HEX #ED7FE8 Violet

📋 copy color: '#ED7FE8'

red 237 ◦ green 127 ◦ blue 232

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

Shades of Violet #ED7FE8

Tints of Violet #ED7FE8

RGB

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

 GREEN value IS 127 (50% from 255) = 21.31%

 BLUE value IS 232 (91.02% from 255) = 38.93%

R = 39.77%
G = 21.31%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#ED7FE8 (or 0xED7FE8) is known color: Violet. HEX triplet: ED, 7F and E8. RGB value is (237,127,232). Sum of RGB (Red+Green+Blue) = 237+127+232=596 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.77% from 596); Green value is 127 (50% from 255 or 21.31% from 596); Blue value is 232 (91.02% from 255 or 38.93% from 596); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7FE8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED7FE8 is #128017. Grayscale: #ABABAB. Windows color (decimal): -1212440 or 15237101. OLE color: 15237101.

HSL color Cylindrical-coordinate representation of color #ED7FE8: hue angle of 302.73º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ED7FE8 is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 127 232 -
CMYK 0 0.46 0.02 0.07
HSL 302.73º 0.75% 0.71% -
HSV(B) 302.73º 0.46% 0.93% -
XYZ 57.08 39.01 80.87 -
YUV 171.86 161.94 174.46 -
System Red Green Blue C M Y K H S L
Decimal 237 127 232 0 0.46 0.02 0.07 302.73 0.75 0.71
Hex ED 7F E8 0 2E 2 7 12F 4B 47
Octal 355 177 350 0 56 2 7 457 113 107
Binary 11101101 1111111 11101000 0 101110 10 111 100101111 1001011 1000111

Color Harmonies of #ED7FE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7FE8

Black with #ED7FE8

Text Example


Text Example

White with #ED7FE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7FE8; }

 p { color: rgb(237,127,232); }

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

background-color css

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

 a { background-color: rgb(237,127,232); }

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

border-color css

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

 span { border-color: rgb(237,127,232); }

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