Html Css Color HEX #EC6498 Pale Violet Red

📋 copy color: '#EC6498'

red 236 ◦ green 100 ◦ blue 152

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

Shades of Pale Violet Red #EC6498

Tints of Pale Violet Red #EC6498

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.49%

 BLUE value IS 152 (59.77% from 255) = 31.15%

R = 48.36%
G = 20.49%
B = 31.15%

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

#EC6498 (or 0xEC6498) is known color: Pale Violet Red. HEX triplet: EC, 64 and 98. RGB value is (236,100,152). Sum of RGB (Red+Green+Blue) = 236+100+152=488 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.36% from 488); Green value is 100 (39.45% from 255 or 20.49% from 488); Blue value is 152 (59.77% from 255 or 31.15% from 488); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6498 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6498 is #139B67. Grayscale: #929292. Windows color (decimal): -1284968 or 9987308. OLE color: 9987308.

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

Color convert

RGB 236 100 152 -
CMYK 0 0.58 0.36 0.07
HSL 337.06º 0.78% 0.66% -
HSV(B) 337.06º 0.58% 0.93% -
XYZ 44.82 29.21 32.98 -
YUV 146.59 131.06 191.77 -
System Red Green Blue C M Y K H S L
Decimal 236 100 152 0 0.58 0.36 0.07 337.06 0.78 0.66
Hex EC 64 98 0 3A 24 7 151 4E 42
Octal 354 144 230 0 72 44 7 521 116 102
Binary 11101100 1100100 10011000 0 111010 100100 111 101010001 1001110 1000010

Color Harmonies of #EC6498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6498

Black with #EC6498

Text Example


Text Example

White with #EC6498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6498; }

 p { color: rgb(236,100,152); }

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

background-color css

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

 a { background-color: rgb(236,100,152); }

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

border-color css

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

 span { border-color: rgb(236,100,152); }

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