Html Css Color HEX #EB73A1 Pale Violet Red

📋 copy color: '#EB73A1'

red 235 ◦ green 115 ◦ blue 161

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

Shades of Pale Violet Red #EB73A1

Tints of Pale Violet Red #EB73A1

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.5%

 BLUE value IS 161 (63.28% from 255) = 31.51%

R = 45.99%
G = 22.5%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#EB73A1 (or 0xEB73A1) is known color: Pale Violet Red. HEX triplet: EB, 73 and A1. RGB value is (235,115,161). Sum of RGB (Red+Green+Blue) = 235+115+161=511 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.99% from 511); Green value is 115 (45.31% from 255 or 22.50% from 511); Blue value is 161 (63.28% from 255 or 31.51% from 511); Max value from RGB is 235 - color contains mainly: red. Hex color #EB73A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB73A1 is #148C5E. Grayscale: #9C9C9C. Windows color (decimal): -1346655 or 10580971. OLE color: 10580971.

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

Color convert

RGB 235 115 161 -
CMYK 0 0.51 0.31 0.08
HSL 337º 0.75% 0.69% -
HSV(B) 337º 0.51% 0.92% -
XYZ 46.82 32.5 37.52 -
YUV 156.12 130.76 184.26 -
System Red Green Blue C M Y K H S L
Decimal 235 115 161 0 0.51 0.31 0.08 337 0.75 0.69
Hex EB 73 A1 0 33 1F 8 151 4B 45
Octal 353 163 241 0 63 37 10 521 113 105
Binary 11101011 1110011 10100001 0 110011 11111 1000 101010001 1001011 1000101

Color Harmonies of #EB73A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB73A1

Black with #EB73A1

Text Example


Text Example

White with #EB73A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB73A1; }

 p { color: rgb(235,115,161); }

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

background-color css

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

 a { background-color: rgb(235,115,161); }

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

border-color css

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

 span { border-color: rgb(235,115,161); }

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