Html Css Color HEX #ED7CE3 Violet

📋 copy color: '#ED7CE3'

red 237 ◦ green 124 ◦ blue 227

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

Shades of Violet #ED7CE3

Tints of Violet #ED7CE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 38.61%

R = 40.31%
G = 21.09%
B = 38.61%

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

#ED7CE3 (or 0xED7CE3) is known color: Violet. HEX triplet: ED, 7C and E3. RGB value is (237,124,227). Sum of RGB (Red+Green+Blue) = 237+124+227=588 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.31% from 588); Green value is 124 (48.83% from 255 or 21.09% from 588); Blue value is 227 (89.06% from 255 or 38.61% from 588); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7CE3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7CE3 is #12831C. Grayscale: #A9A9A9. Windows color (decimal): -1213213 or 14908653. OLE color: 14908653.

HSL color Cylindrical-coordinate representation of color #ED7CE3: hue angle of 305.31º 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 #ED7CE3 is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 124 227 -
CMYK 0 0.48 0.04 0.07
HSL 305.31º 0.76% 0.71% -
HSV(B) 305.31º 0.48% 0.93% -
XYZ 56 37.97 77.05 -
YUV 169.53 160.44 176.12 -
System Red Green Blue C M Y K H S L
Decimal 237 124 227 0 0.48 0.04 0.07 305.31 0.76 0.71
Hex ED 7C E3 0 30 4 7 131 4C 47
Octal 355 174 343 0 60 4 7 461 114 107
Binary 11101101 1111100 11100011 0 110000 100 111 100110001 1001100 1000111

Color Harmonies of #ED7CE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7CE3

Black with #ED7CE3

Text Example


Text Example

White with #ED7CE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7CE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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