Html Css Color HEX #EC629A Pale Violet Red

📋 copy color: '#EC629A'

red 236 ◦ green 98 ◦ blue 154

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

Shades of Pale Violet Red #EC629A

Tints of Pale Violet Red #EC629A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 31.56%

R = 48.36%
G = 20.08%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EC629A (or 0xEC629A) is known color: Pale Violet Red. HEX triplet: EC, 62 and 9A. RGB value is (236,98,154). Sum of RGB (Red+Green+Blue) = 236+98+154=488 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.36% from 488); Green value is 98 (38.67% from 255 or 20.08% from 488); Blue value is 154 (60.55% from 255 or 31.56% from 488); Max value from RGB is 236 - color contains mainly: red. Hex color #EC629A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC629A is #139D65. Grayscale: #919191. Windows color (decimal): -1285478 or 10117868. OLE color: 10117868.

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

Color convert

RGB 236 98 154 -
CMYK 0 0.58 0.35 0.07
HSL 335.65º 0.78% 0.65% -
HSV(B) 335.65º 0.58% 0.93% -
XYZ 44.79 28.9 33.79 -
YUV 145.65 132.72 192.45 -
System Red Green Blue C M Y K H S L
Decimal 236 98 154 0 0.58 0.35 0.07 335.65 0.78 0.65
Hex EC 62 9A 0 3A 23 7 150 4E 41
Octal 354 142 232 0 72 43 7 520 116 101
Binary 11101100 1100010 10011010 0 111010 100011 111 101010000 1001110 1000001

Color Harmonies of #EC629A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC629A

Black with #EC629A

Text Example


Text Example

White with #EC629A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC629A; }

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

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

background-color css

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

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

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

border-color css

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

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

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