Html Css Color HEX #EC6296 Pale Violet Red

📋 copy color: '#EC6296'

red 236 ◦ green 98 ◦ blue 150

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

Shades of Pale Violet Red #EC6296

Tints of Pale Violet Red #EC6296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 30.99%

R = 48.76%
G = 20.25%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EC6296 (or 0xEC6296) is known color: Pale Violet Red. HEX triplet: EC, 62 and 96. RGB value is (236,98,150). Sum of RGB (Red+Green+Blue) = 236+98+150=484 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.76% from 484); Green value is 98 (38.67% from 255 or 20.25% from 484); Blue value is 150 (58.98% from 255 or 30.99% from 484); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6296 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6296 is #139D69. Grayscale: #919191. Windows color (decimal): -1285482 or 9855724. OLE color: 9855724.

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

Color convert

RGB 236 98 150 -
CMYK 0 0.58 0.36 0.07
HSL 337.39º 0.78% 0.65% -
HSV(B) 337.39º 0.58% 0.93% -
XYZ 44.46 28.77 32.06 -
YUV 145.19 130.72 192.77 -
System Red Green Blue C M Y K H S L
Decimal 236 98 150 0 0.58 0.36 0.07 337.39 0.78 0.65
Hex EC 62 96 0 3A 24 7 151 4E 41
Octal 354 142 226 0 72 44 7 521 116 101
Binary 11101100 1100010 10010110 0 111010 100100 111 101010001 1001110 1000001

Color Harmonies of #EC6296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6296

Black with #EC6296

Text Example


Text Example

White with #EC6296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6296; }

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

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

background-color css

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

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

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

border-color css

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

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

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