Html Css Color HEX #EC5D98 Brilliant Rose

📋 copy color: '#EC5D98'

red 236 ◦ green 93 ◦ blue 152

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

Shades of Brilliant Rose #EC5D98

Tints of Brilliant Rose #EC5D98

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.33%

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

R = 49.06%
G = 19.33%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EC5D98 (or 0xEC5D98) is known color: Brilliant Rose. HEX triplet: EC, 5D and 98. RGB value is (236,93,152). Sum of RGB (Red+Green+Blue) = 236+93+152=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 93 (36.72% from 255 or 19.33% from 481); Blue value is 152 (59.77% from 255 or 31.60% from 481); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5D98 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5D98 is #13A267. Grayscale: #8E8E8E. Windows color (decimal): -1286760 or 9985516. OLE color: 9985516.

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

Color convert

RGB 236 93 152 -
CMYK 0 0.61 0.36 0.07
HSL 335.24º 0.79% 0.65% -
HSV(B) 335.24º 0.61% 0.93% -
XYZ 44.17 27.93 32.77 -
YUV 142.48 133.38 194.7 -
System Red Green Blue C M Y K H S L
Decimal 236 93 152 0 0.61 0.36 0.07 335.24 0.79 0.65
Hex EC 5D 98 0 3D 24 7 14F 4F 41
Octal 354 135 230 0 75 44 7 517 117 101
Binary 11101100 1011101 10011000 0 111101 100100 111 101001111 1001111 1000001

Color Harmonies of #EC5D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5D98

Black with #EC5D98

Text Example


Text Example

White with #EC5D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5D98; }

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

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

background-color css

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

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

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

border-color css

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

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

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