Html Css Color HEX #ED7CE4 Violet

📋 copy color: '#ED7CE4'

red 237 ◦ green 124 ◦ blue 228

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

Shades of Violet #ED7CE4

Tints of Violet #ED7CE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 38.71%

R = 40.24%
G = 21.05%
B = 38.71%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#ED7CE4 (or 0xED7CE4) is known color: Violet. HEX triplet: ED, 7C and E4. RGB value is (237,124,228). Sum of RGB (Red+Green+Blue) = 237+124+228=589 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.24% from 589); Green value is 124 (48.83% from 255 or 21.05% from 589); Blue value is 228 (89.45% from 255 or 38.71% from 589); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7CE4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7CE4 is #12831B. Grayscale: #A9A9A9. Windows color (decimal): -1213212 or 14974189. OLE color: 14974189.

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

Color convert

RGB 237 124 228 -
CMYK 0 0.48 0.04 0.07
HSL 304.78º 0.76% 0.71% -
HSV(B) 304.78º 0.48% 0.93% -
XYZ 56.14 38.02 77.78 -
YUV 169.64 160.94 176.04 -
System Red Green Blue C M Y K H S L
Decimal 237 124 228 0 0.48 0.04 0.07 304.78 0.76 0.71
Hex ED 7C E4 0 30 4 7 131 4C 47
Octal 355 174 344 0 60 4 7 461 114 107
Binary 11101101 1111100 11100100 0 110000 100 111 100110001 1001100 1000111

Color Harmonies of #ED7CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7CE4

Black with #ED7CE4

Text Example


Text Example

White with #ED7CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7CE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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