Html Css Color HEX #EB448A Violet Red

📋 copy color: '#EB448A'

red 235 ◦ green 68 ◦ blue 138

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

Shades of Violet Red #EB448A

Tints of Violet Red #EB448A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 31.29%

R = 53.29%
G = 15.42%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EB448A (or 0xEB448A) is known color: Violet Red. HEX triplet: EB, 44 and 8A. RGB value is (235,68,138). Sum of RGB (Red+Green+Blue) = 235+68+138=441 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.29% from 441); Green value is 68 (26.95% from 255 or 15.42% from 441); Blue value is 138 (54.30% from 255 or 31.29% from 441); Max value from RGB is 235 - color contains mainly: red. Hex color #EB448A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB448A is #14BB75. Grayscale: #7D7D7D. Windows color (decimal): -1358710 or 9061611. OLE color: 9061611.

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

Color convert

RGB 235 68 138 -
CMYK 0 0.71 0.41 0.08
HSL 334.85º 0.81% 0.59% -
HSV(B) 334.85º 0.71% 0.92% -
XYZ 40.92 23.63 26.45 -
YUV 125.91 134.83 205.81 -
System Red Green Blue C M Y K H S L
Decimal 235 68 138 0 0.71 0.41 0.08 334.85 0.81 0.59
Hex EB 44 8A 0 47 29 8 14F 51 3B
Octal 353 104 212 0 107 51 10 517 121 73
Binary 11101011 1000100 10001010 0 1000111 101001 1000 101001111 1010001 111011

Color Harmonies of #EB448A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB448A

Black with #EB448A

Text Example


Text Example

White with #EB448A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB448A; }

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

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

background-color css

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

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

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

border-color css

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

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

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