Html Css Color HEX #EB6295 Pale Violet Red

📋 copy color: '#EB6295'

red 235 ◦ green 98 ◦ blue 149

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

Shades of Pale Violet Red #EB6295

Tints of Pale Violet Red #EB6295

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.33%

 BLUE value IS 149 (58.59% from 255) = 30.91%

R = 48.76%
G = 20.33%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.37

 K value IS 0.08

RGB Variations

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

Color information

#EB6295 (or 0xEB6295) is known color: Pale Violet Red. HEX triplet: EB, 62 and 95. RGB value is (235,98,149). Sum of RGB (Red+Green+Blue) = 235+98+149=482 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.76% from 482); Green value is 98 (38.67% from 255 or 20.33% from 482); Blue value is 149 (58.59% from 255 or 30.91% from 482); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6295 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB6295 is #149D6A. Grayscale: #909090. Windows color (decimal): -1351019 or 9790187. OLE color: 9790187.

HSL color Cylindrical-coordinate representation of color #EB6295: hue angle of 337.66º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EB6295 is Cyan = 0, Magento = 0.58, Yellow = 0.37 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 98 149 -
CMYK 0 0.58 0.37 0.08
HSL 337.66º 0.77% 0.65% -
HSV(B) 337.66º 0.58% 0.92% -
XYZ 44.05 28.57 31.63 -
YUV 144.78 130.39 192.35 -
System Red Green Blue C M Y K H S L
Decimal 235 98 149 0 0.58 0.37 0.08 337.66 0.77 0.65
Hex EB 62 95 0 3A 25 8 152 4D 41
Octal 353 142 225 0 72 45 10 522 115 101
Binary 11101011 1100010 10010101 0 111010 100101 1000 101010010 1001101 1000001

Color Harmonies of #EB6295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6295

Black with #EB6295

Text Example


Text Example

White with #EB6295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6295; }

 p { color: rgb(235,98,149); }

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

background-color css

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

 a { background-color: rgb(235,98,149); }

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

border-color css

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

 span { border-color: rgb(235,98,149); }

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