Html Css Color HEX #EB74A0 Pale Violet Red

📋 copy color: '#EB74A0'

red 235 ◦ green 116 ◦ blue 160

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

Shades of Pale Violet Red #EB74A0

Tints of Pale Violet Red #EB74A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 31.31%

R = 45.99%
G = 22.7%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EB74A0 (or 0xEB74A0) is known color: Pale Violet Red. HEX triplet: EB, 74 and A0. RGB value is (235,116,160). Sum of RGB (Red+Green+Blue) = 235+116+160=511 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.99% from 511); Green value is 116 (45.70% from 255 or 22.70% from 511); Blue value is 160 (62.89% from 255 or 31.31% from 511); Max value from RGB is 235 - color contains mainly: red. Hex color #EB74A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB74A0 is #148B5F. Grayscale: #9C9C9C. Windows color (decimal): -1346400 or 10515691. OLE color: 10515691.

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

Color convert

RGB 235 116 160 -
CMYK 0 0.51 0.32 0.08
HSL 337.82º 0.75% 0.69% -
HSV(B) 337.82º 0.51% 0.92% -
XYZ 46.85 32.69 37.1 -
YUV 156.6 129.92 183.92 -
System Red Green Blue C M Y K H S L
Decimal 235 116 160 0 0.51 0.32 0.08 337.82 0.75 0.69
Hex EB 74 A0 0 33 20 8 152 4B 45
Octal 353 164 240 0 63 40 10 522 113 105
Binary 11101011 1110100 10100000 0 110011 100000 1000 101010010 1001011 1000101

Color Harmonies of #EB74A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB74A0

Black with #EB74A0

Text Example


Text Example

White with #EB74A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB74A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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