Html Css Color HEX #EC5AA0 Brilliant Rose

📋 copy color: '#EC5AA0'

red 236 ◦ green 90 ◦ blue 160

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

Shades of Brilliant Rose #EC5AA0

Tints of Brilliant Rose #EC5AA0

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.52%

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

R = 48.56%
G = 18.52%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#EC5AA0 (or 0xEC5AA0) is known color: Brilliant Rose. HEX triplet: EC, 5A and A0. RGB value is (236,90,160). Sum of RGB (Red+Green+Blue) = 236+90+160=486 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.56% from 486); Green value is 90 (35.55% from 255 or 18.52% from 486); Blue value is 160 (62.89% from 255 or 32.92% from 486); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5AA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5AA0 is #13A55F. Grayscale: #8D8D8D. Windows color (decimal): -1287520 or 10509036. OLE color: 10509036.

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

Color convert

RGB 236 90 160 -
CMYK 0 0.62 0.32 0.07
HSL 331.23º 0.79% 0.64% -
HSV(B) 331.23º 0.62% 0.93% -
XYZ 44.59 27.68 36.25 -
YUV 141.63 138.37 195.31 -
System Red Green Blue C M Y K H S L
Decimal 236 90 160 0 0.62 0.32 0.07 331.23 0.79 0.64
Hex EC 5A A0 0 3E 20 7 14B 4F 40
Octal 354 132 240 0 76 40 7 513 117 100
Binary 11101100 1011010 10100000 0 111110 100000 111 101001011 1001111 1000000

Color Harmonies of #EC5AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5AA0

Black with #EC5AA0

Text Example


Text Example

White with #EC5AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5AA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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