Html Css Color HEX #EC6195 Pale Violet Red

📋 copy color: '#EC6195'

red 236 ◦ green 97 ◦ blue 149

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

Shades of Pale Violet Red #EC6195

Tints of Pale Violet Red #EC6195

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.12%

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

R = 48.96%
G = 20.12%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EC6195 (or 0xEC6195) is known color: Pale Violet Red. HEX triplet: EC, 61 and 95. RGB value is (236,97,149). Sum of RGB (Red+Green+Blue) = 236+97+149=482 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.96% from 482); Green value is 97 (38.28% from 255 or 20.12% from 482); Blue value is 149 (58.59% from 255 or 30.91% from 482); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6195 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6195 is #139E6A. Grayscale: #909090. Windows color (decimal): -1285739 or 9789932. OLE color: 9789932.

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

Color convert

RGB 236 97 149 -
CMYK 0 0.59 0.37 0.07
HSL 337.55º 0.79% 0.65% -
HSV(B) 337.55º 0.59% 0.93% -
XYZ 44.29 28.55 31.61 -
YUV 144.49 130.55 193.27 -
System Red Green Blue C M Y K H S L
Decimal 236 97 149 0 0.59 0.37 0.07 337.55 0.79 0.65
Hex EC 61 95 0 3B 25 7 152 4F 41
Octal 354 141 225 0 73 45 7 522 117 101
Binary 11101100 1100001 10010101 0 111011 100101 111 101010010 1001111 1000001

Color Harmonies of #EC6195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6195

Black with #EC6195

Text Example


Text Example

White with #EC6195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6195; }

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

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

background-color css

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

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

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

border-color css

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

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

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