Html Css Color HEX #EB7CE2 Violet

📋 copy color: '#EB7CE2'

red 235 ◦ green 124 ◦ blue 226

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

Shades of Violet #EB7CE2

Tints of Violet #EB7CE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 38.63%

R = 40.17%
G = 21.2%
B = 38.63%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#EB7CE2 (or 0xEB7CE2) is known color: Violet. HEX triplet: EB, 7C and E2. RGB value is (235,124,226). Sum of RGB (Red+Green+Blue) = 235+124+226=585 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.17% from 585); Green value is 124 (48.83% from 255 or 21.20% from 585); Blue value is 226 (88.67% from 255 or 38.63% from 585); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7CE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB7CE2 is #14831D. Grayscale: #A8A8A8. Windows color (decimal): -1344286 or 14843115. OLE color: 14843115.

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

Color convert

RGB 235 124 226 -
CMYK 0 0.47 0.04 0.08
HSL 304.86º 0.74% 0.7% -
HSV(B) 304.86º 0.47% 0.92% -
XYZ 55.2 37.57 76.29 -
YUV 168.82 160.27 175.21 -
System Red Green Blue C M Y K H S L
Decimal 235 124 226 0 0.47 0.04 0.08 304.86 0.74 0.7
Hex EB 7C E2 0 2F 4 8 131 4A 46
Octal 353 174 342 0 57 4 10 461 112 106
Binary 11101011 1111100 11100010 0 101111 100 1000 100110001 1001010 1000110

Color Harmonies of #EB7CE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7CE2

Black with #EB7CE2

Text Example


Text Example

White with #EB7CE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7CE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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