Html Css Color HEX #EC5FA0 Brilliant Rose

📋 copy color: '#EC5FA0'

red 236 ◦ green 95 ◦ blue 160

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

Shades of Brilliant Rose #EC5FA0

Tints of Brilliant Rose #EC5FA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 32.59%

R = 48.07%
G = 19.35%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#EC5FA0 (or 0xEC5FA0) is known color: Brilliant Rose. HEX triplet: EC, 5F and A0. RGB value is (236,95,160). Sum of RGB (Red+Green+Blue) = 236+95+160=491 (65% of max value = 765). Red value is 236 (92.58% from 255 or 48.07% from 491); Green value is 95 (37.5% from 255 or 19.35% from 491); Blue value is 160 (62.89% from 255 or 32.59% from 491); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5FA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5FA0 is #13A05F. Grayscale: #909090. Windows color (decimal): -1286240 or 10510316. OLE color: 10510316.

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

Color convert

RGB 236 95 160 -
CMYK 0 0.60 0.32 0.07
HSL 332.34º 0.79% 0.65% -
HSV(B) 332.34º 0.6% 0.93% -
XYZ 45.03 28.56 36.4 -
YUV 144.57 136.71 193.21 -
System Red Green Blue C M Y K H S L
Decimal 236 95 160 0 0.60 0.32 0.07 332.34 0.79 0.65
Hex EC 5F A0 0 3C 20 7 14C 4F 41
Octal 354 137 240 0 74 40 7 514 117 101
Binary 11101100 1011111 10100000 0 111100 100000 111 101001100 1001111 1000001

Color Harmonies of #EC5FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5FA0

Black with #EC5FA0

Text Example


Text Example

White with #EC5FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5FA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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