Html Css Color HEX #EB8CE4 Violet

📋 copy color: '#EB8CE4'

red 235 ◦ green 140 ◦ blue 228

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

Shades of Violet #EB8CE4

Tints of Violet #EB8CE4

RGB

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

 GREEN value IS 140 (55.08% from 255) = 23.22%

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

R = 38.97%
G = 23.22%
B = 37.81%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#EB8CE4 (or 0xEB8CE4) is known color: Violet. HEX triplet: EB, 8C and E4. RGB value is (235,140,228). Sum of RGB (Red+Green+Blue) = 235+140+228=603 (79% of max value = 765). Red value is 235 (92.19% from 255 or 38.97% from 603); Green value is 140 (55.08% from 255 or 23.22% from 603); Blue value is 228 (89.45% from 255 or 37.81% from 603); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8CE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8CE4 is #14731B. Grayscale: #B2B2B2. Windows color (decimal): -1340188 or 14978283. OLE color: 14978283.

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

Color convert

RGB 235 140 228 -
CMYK 0 0.40 0.03 0.08
HSL 304.42º 0.7% 0.74% -
HSV(B) 304.42º 0.4% 0.92% -
XYZ 57.64 42.02 78.47 -
YUV 178.44 155.97 168.34 -
System Red Green Blue C M Y K H S L
Decimal 235 140 228 0 0.40 0.03 0.08 304.42 0.7 0.74
Hex EB 8C E4 0 28 3 8 130 46 4A
Octal 353 214 344 0 50 3 10 460 106 112
Binary 11101011 10001100 11100100 0 101000 11 1000 100110000 1000110 1001010

Color Harmonies of #EB8CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8CE4

Black with #EB8CE4

Text Example


Text Example

White with #EB8CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8CE4; }

 p { color: rgb(235,140,228); }

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

background-color css

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

 a { background-color: rgb(235,140,228); }

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

border-color css

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

 span { border-color: rgb(235,140,228); }

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