Html Css Color HEX #E07CEC Violet

📋 copy color: '#E07CEC'

red 224 ◦ green 124 ◦ blue 236

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

Shades of Violet #E07CEC

Tints of Violet #E07CEC

RGB

 RED value IS 224 (87.89% from 255) = 38.36%

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

 BLUE value IS 236 (92.58% from 255) = 40.41%

R = 38.36%
G = 21.23%
B = 40.41%

CMYK

 C value IS 0.05

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E07CEC (or 0xE07CEC) is known color: Violet. HEX triplet: E0, 7C and EC. RGB value is (224,124,236). Sum of RGB (Red+Green+Blue) = 224+124+236=584 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.36% from 584); Green value is 124 (48.83% from 255 or 21.23% from 584); Blue value is 236 (92.58% from 255 or 40.41% from 584); Max value from RGB is 236 - color contains mainly: blue. Hex color #E07CEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E07CEC is #1F8313. Grayscale: #A6A6A6. Windows color (decimal): -2065172 or 15498464. OLE color: 15498464.

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

Color convert

RGB 224 124 236 -
CMYK 0.05 0.47 0 0.07
HSL 293.57º 0.75% 0.71% -
HSV(B) 293.57º 0.47% 0.93% -
XYZ 53.09 36.32 83.57 -
YUV 166.67 167.13 168.89 -
System Red Green Blue C M Y K H S L
Decimal 224 124 236 0.05 0.47 0 0.07 293.57 0.75 0.71
Hex E0 7C EC 5 2F 0 7 126 4B 47
Octal 340 174 354 5 57 0 7 446 113 107
Binary 11100000 1111100 11101100 101 101111 0 111 100100110 1001011 1000111

Color Harmonies of #E07CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07CEC

Black with #E07CEC

Text Example


Text Example

White with #E07CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07CEC; }

 p { color: rgb(224,124,236); }

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

background-color css

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

 a { background-color: rgb(224,124,236); }

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

border-color css

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

 span { border-color: rgb(224,124,236); }

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