Html Css Color HEX #EC7298 Pale Violet Red

📋 copy color: '#EC7298'

red 236 ◦ green 114 ◦ blue 152

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

Shades of Pale Violet Red #EC7298

Tints of Pale Violet Red #EC7298

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.71%

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

R = 47.01%
G = 22.71%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EC7298 (or 0xEC7298) is known color: Pale Violet Red. HEX triplet: EC, 72 and 98. RGB value is (236,114,152). Sum of RGB (Red+Green+Blue) = 236+114+152=502 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.01% from 502); Green value is 114 (44.92% from 255 or 22.71% from 502); Blue value is 152 (59.77% from 255 or 30.28% from 502); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7298 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7298 is #138D67. Grayscale: #9A9A9A. Windows color (decimal): -1281384 or 9990892. OLE color: 9990892.

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

Color convert

RGB 236 114 152 -
CMYK 0 0.52 0.36 0.07
HSL 341.31º 0.76% 0.69% -
HSV(B) 341.31º 0.52% 0.93% -
XYZ 46.28 32.13 33.47 -
YUV 154.81 126.42 185.91 -
System Red Green Blue C M Y K H S L
Decimal 236 114 152 0 0.52 0.36 0.07 341.31 0.76 0.69
Hex EC 72 98 0 34 24 7 155 4C 45
Octal 354 162 230 0 64 44 7 525 114 105
Binary 11101100 1110010 10011000 0 110100 100100 111 101010101 1001100 1000101

Color Harmonies of #EC7298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7298

Black with #EC7298

Text Example


Text Example

White with #EC7298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7298; }

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

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

background-color css

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

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

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

border-color css

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

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

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