Html Css Color HEX #EC6295 Pale Violet Red

📋 copy color: '#EC6295'

red 236 ◦ green 98 ◦ blue 149

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

Shades of Pale Violet Red #EC6295

Tints of Pale Violet Red #EC6295

RGB

 RED value IS 236 (92.58% from 255) = 48.86%

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

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

R = 48.86%
G = 20.29%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EC6295 (or 0xEC6295) is known color: Pale Violet Red. HEX triplet: EC, 62 and 95. RGB value is (236,98,149). Sum of RGB (Red+Green+Blue) = 236+98+149=483 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.86% from 483); Green value is 98 (38.67% from 255 or 20.29% from 483); Blue value is 149 (58.59% from 255 or 30.85% from 483); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6295 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6295 is #139D6A. Grayscale: #919191. Windows color (decimal): -1285483 or 9790188. OLE color: 9790188.

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

Color convert

RGB 236 98 149 -
CMYK 0 0.58 0.37 0.07
HSL 337.83º 0.78% 0.65% -
HSV(B) 337.83º 0.58% 0.93% -
XYZ 44.38 28.74 31.64 -
YUV 145.08 130.22 192.85 -
System Red Green Blue C M Y K H S L
Decimal 236 98 149 0 0.58 0.37 0.07 337.83 0.78 0.65
Hex EC 62 95 0 3A 25 7 152 4E 41
Octal 354 142 225 0 72 45 7 522 116 101
Binary 11101100 1100010 10010101 0 111010 100101 111 101010010 1001110 1000001

Color Harmonies of #EC6295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6295

Black with #EC6295

Text Example


Text Example

White with #EC6295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6295; }

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

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

background-color css

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

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

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

border-color css

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

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

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