Html Css Color HEX #EB74EA Violet

📋 copy color: '#EB74EA'

red 235 ◦ green 116 ◦ blue 234

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

Shades of Violet #EB74EA

Tints of Violet #EB74EA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 19.83%

 BLUE value IS 234 (91.8% from 255) = 40%

R = 40.17%
G = 19.83%
B = 40%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.00

 K value IS 0.08

RGB Variations

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

Color information

#EB74EA (or 0xEB74EA) is known color: Violet. HEX triplet: EB, 74 and EA. RGB value is (235,116,234). Sum of RGB (Red+Green+Blue) = 235+116+234=585 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.17% from 585); Green value is 116 (45.70% from 255 or 19.83% from 585); Blue value is 234 (91.80% from 255 or 40% from 585); Max value from RGB is 235 - color contains mainly: red. Hex color #EB74EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB74EA is #148B15. Grayscale: #A4A4A4. Windows color (decimal): -1346326 or 15365355. OLE color: 15365355.

HSL color Cylindrical-coordinate representation of color #EB74EA: hue angle of 300.5º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EB74EA is Cyan = 0, Magento = 0.51, Yellow = 0.00 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 116 234 -
CMYK 0 0.51 0.00 0.08
HSL 300.5º 0.75% 0.69% -
HSV(B) 300.5º 0.51% 0.92% -
XYZ 55.36 36.09 81.89 -
YUV 165.03 166.92 177.91 -
System Red Green Blue C M Y K H S L
Decimal 235 116 234 0 0.51 0.00 0.08 300.5 0.75 0.69
Hex EB 74 EA 0 33 0 8 12D 4B 45
Octal 353 164 352 0 63 0 10 455 113 105
Binary 11101011 1110100 11101010 0 110011 0 1000 100101101 1001011 1000101

Color Harmonies of #EB74EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB74EA

Black with #EB74EA

Text Example


Text Example

White with #EB74EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB74EA; }

 p { color: rgb(235,116,234); }

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

background-color css

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

 a { background-color: rgb(235,116,234); }

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

border-color css

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

 span { border-color: rgb(235,116,234); }

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