Html Css Color HEX #EB448D Violet Red

📋 copy color: '#EB448D'

red 235 ◦ green 68 ◦ blue 141

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

Shades of Violet Red #EB448D

Tints of Violet Red #EB448D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.32%

 BLUE value IS 141 (55.47% from 255) = 31.76%

R = 52.93%
G = 15.32%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.4

 K value IS 0.08

RGB Variations

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

Color information

#EB448D (or 0xEB448D) is known color: Violet Red. HEX triplet: EB, 44 and 8D. RGB value is (235,68,141). Sum of RGB (Red+Green+Blue) = 235+68+141=444 (58% of max value = 765). Red value is 235 (92.19% from 255 or 52.93% from 444); Green value is 68 (26.95% from 255 or 15.32% from 444); Blue value is 141 (55.47% from 255 or 31.76% from 444); Max value from RGB is 235 - color contains mainly: red. Hex color #EB448D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB448D is #14BB72. Grayscale: #7E7E7E. Windows color (decimal): -1358707 or 9258219. OLE color: 9258219.

HSL color Cylindrical-coordinate representation of color #EB448D: hue angle of 333.77º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EB448D is Cyan = 0, Magento = 0.71, Yellow = 0.4 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 68 141 -
CMYK 0 0.71 0.4 0.08
HSL 333.77º 0.81% 0.59% -
HSV(B) 333.77º 0.71% 0.92% -
XYZ 41.14 23.72 27.61 -
YUV 126.26 136.33 205.56 -
System Red Green Blue C M Y K H S L
Decimal 235 68 141 0 0.71 0.4 0.08 333.77 0.81 0.59
Hex EB 44 8D 0 47 28 8 14E 51 3B
Octal 353 104 215 0 107 50 10 516 121 73
Binary 11101011 1000100 10001101 0 1000111 101000 1000 101001110 1010001 111011

Color Harmonies of #EB448D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB448D

Black with #EB448D

Text Example


Text Example

White with #EB448D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB448D; }

 p { color: rgb(235,68,141); }

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

background-color css

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

 a { background-color: rgb(235,68,141); }

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

border-color css

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

 span { border-color: rgb(235,68,141); }

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