Html Css Color HEX #EC5F98 Brilliant Rose

📋 copy color: '#EC5F98'

red 236 ◦ green 95 ◦ blue 152

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

Shades of Brilliant Rose #EC5F98

Tints of Brilliant Rose #EC5F98

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.67%

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

R = 48.86%
G = 19.67%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EC5F98 (or 0xEC5F98) is known color: Brilliant Rose. HEX triplet: EC, 5F and 98. RGB value is (236,95,152). Sum of RGB (Red+Green+Blue) = 236+95+152=483 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.86% from 483); Green value is 95 (37.5% from 255 or 19.67% from 483); Blue value is 152 (59.77% from 255 or 31.47% from 483); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5F98 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5F98 is #13A067. Grayscale: #8F8F8F. Windows color (decimal): -1286248 or 9986028. OLE color: 9986028.

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

Color convert

RGB 236 95 152 -
CMYK 0 0.60 0.36 0.07
HSL 335.74º 0.79% 0.65% -
HSV(B) 335.74º 0.6% 0.93% -
XYZ 44.35 28.28 32.83 -
YUV 143.66 132.71 193.87 -
System Red Green Blue C M Y K H S L
Decimal 236 95 152 0 0.60 0.36 0.07 335.74 0.79 0.65
Hex EC 5F 98 0 3C 24 7 150 4F 41
Octal 354 137 230 0 74 44 7 520 117 101
Binary 11101100 1011111 10011000 0 111100 100100 111 101010000 1001111 1000001

Color Harmonies of #EC5F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5F98

Black with #EC5F98

Text Example


Text Example

White with #EC5F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5F98; }

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

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

background-color css

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

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

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

border-color css

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

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

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