Html Css Color HEX #EC6098 Pale Violet Red

📋 copy color: '#EC6098'

red 236 ◦ green 96 ◦ blue 152

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

Shades of Pale Violet Red #EC6098

Tints of Pale Violet Red #EC6098

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.83%

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

R = 48.76%
G = 19.83%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EC6098 (or 0xEC6098) is known color: Pale Violet Red. HEX triplet: EC, 60 and 98. RGB value is (236,96,152). Sum of RGB (Red+Green+Blue) = 236+96+152=484 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.76% from 484); Green value is 96 (37.89% from 255 or 19.83% from 484); Blue value is 152 (59.77% from 255 or 31.40% from 484); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6098 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6098 is #139F67. Grayscale: #909090. Windows color (decimal): -1285992 or 9986284. OLE color: 9986284.

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

Color convert

RGB 236 96 152 -
CMYK 0 0.59 0.36 0.07
HSL 336º 0.79% 0.65% -
HSV(B) 336º 0.59% 0.93% -
XYZ 44.44 28.47 32.86 -
YUV 144.24 132.38 193.45 -
System Red Green Blue C M Y K H S L
Decimal 236 96 152 0 0.59 0.36 0.07 336 0.79 0.65
Hex EC 60 98 0 3B 24 7 150 4F 41
Octal 354 140 230 0 73 44 7 520 117 101
Binary 11101100 1100000 10011000 0 111011 100100 111 101010000 1001111 1000001

Color Harmonies of #EC6098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6098

Black with #EC6098

Text Example


Text Example

White with #EC6098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6098; }

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

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

background-color css

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

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

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

border-color css

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

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

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