Html Css Color HEX #EC6097 Pale Violet Red

📋 copy color: '#EC6097'

red 236 ◦ green 96 ◦ blue 151

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

Shades of Pale Violet Red #EC6097

Tints of Pale Violet Red #EC6097

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.88%

 BLUE value IS 151 (59.38% from 255) = 31.26%

R = 48.86%
G = 19.88%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EC6097 (or 0xEC6097) is known color: Pale Violet Red. HEX triplet: EC, 60 and 97. RGB value is (236,96,151). Sum of RGB (Red+Green+Blue) = 236+96+151=483 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.86% from 483); Green value is 96 (37.89% from 255 or 19.88% from 483); Blue value is 151 (59.38% from 255 or 31.26% from 483); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6097 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6097 is #139F68. Grayscale: #909090. Windows color (decimal): -1285993 or 9920748. OLE color: 9920748.

HSL color Cylindrical-coordinate representation of color #EC6097: hue angle of 336.43º 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 #EC6097 is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 96 151 -
CMYK 0 0.59 0.36 0.07
HSL 336.43º 0.79% 0.65% -
HSV(B) 336.43º 0.59% 0.93% -
XYZ 44.36 28.43 32.43 -
YUV 144.13 131.88 193.53 -
System Red Green Blue C M Y K H S L
Decimal 236 96 151 0 0.59 0.36 0.07 336.43 0.79 0.65
Hex EC 60 97 0 3B 24 7 150 4F 41
Octal 354 140 227 0 73 44 7 520 117 101
Binary 11101100 1100000 10010111 0 111011 100100 111 101010000 1001111 1000001

Color Harmonies of #EC6097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6097

Black with #EC6097

Text Example


Text Example

White with #EC6097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6097; }

 p { color: rgb(236,96,151); }

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

background-color css

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

 a { background-color: rgb(236,96,151); }

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

border-color css

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

 span { border-color: rgb(236,96,151); }

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