Html Css Color HEX #EB7CE0 Violet

📋 copy color: '#EB7CE0'

red 235 ◦ green 124 ◦ blue 224

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

Shades of Violet #EB7CE0

Tints of Violet #EB7CE0

RGB

 RED value IS 235 (92.19% from 255) = 40.31%

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

 BLUE value IS 224 (87.89% from 255) = 38.42%

R = 40.31%
G = 21.27%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#EB7CE0 (or 0xEB7CE0) is known color: Violet. HEX triplet: EB, 7C and E0. RGB value is (235,124,224). Sum of RGB (Red+Green+Blue) = 235+124+224=583 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.31% from 583); Green value is 124 (48.83% from 255 or 21.27% from 583); Blue value is 224 (87.89% from 255 or 38.42% from 583); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7CE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB7CE0 is #14831F. Grayscale: #A8A8A8. Windows color (decimal): -1344288 or 14712043. OLE color: 14712043.

HSL color Cylindrical-coordinate representation of color #EB7CE0: hue angle of 305.95º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EB7CE0 is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 124 224 -
CMYK 0 0.47 0.05 0.08
HSL 305.95º 0.74% 0.7% -
HSV(B) 305.95º 0.47% 0.92% -
XYZ 54.92 37.46 74.86 -
YUV 168.59 159.27 175.37 -
System Red Green Blue C M Y K H S L
Decimal 235 124 224 0 0.47 0.05 0.08 305.95 0.74 0.7
Hex EB 7C E0 0 2F 5 8 132 4A 46
Octal 353 174 340 0 57 5 10 462 112 106
Binary 11101011 1111100 11100000 0 101111 101 1000 100110010 1001010 1000110

Color Harmonies of #EB7CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7CE0

Black with #EB7CE0

Text Example


Text Example

White with #EB7CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7CE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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