Html Css Color HEX #EC6298 Pale Violet Red

📋 copy color: '#EC6298'

red 236 ◦ green 98 ◦ blue 152

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

Shades of Pale Violet Red #EC6298

Tints of Pale Violet Red #EC6298

RGB

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

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

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

R = 48.56%
G = 20.16%
B = 31.28%

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

#EC6298 (or 0xEC6298) is known color: Pale Violet Red. HEX triplet: EC, 62 and 98. RGB value is (236,98,152). Sum of RGB (Red+Green+Blue) = 236+98+152=486 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.56% from 486); Green value is 98 (38.67% from 255 or 20.16% from 486); Blue value is 152 (59.77% from 255 or 31.28% from 486); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6298 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6298 is #139D67. Grayscale: #919191. Windows color (decimal): -1285480 or 9986796. OLE color: 9986796.

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

Color convert

RGB 236 98 152 -
CMYK 0 0.58 0.36 0.07
HSL 336.52º 0.78% 0.65% -
HSV(B) 336.52º 0.58% 0.93% -
XYZ 44.63 28.84 32.92 -
YUV 145.42 131.72 192.61 -
System Red Green Blue C M Y K H S L
Decimal 236 98 152 0 0.58 0.36 0.07 336.52 0.78 0.65
Hex EC 62 98 0 3A 24 7 151 4E 41
Octal 354 142 230 0 72 44 7 521 116 101
Binary 11101100 1100010 10011000 0 111010 100100 111 101010001 1001110 1000001

Color Harmonies of #EC6298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6298

Black with #EC6298

Text Example


Text Example

White with #EC6298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6298; }

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

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

background-color css

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

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

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

border-color css

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

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

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