Html Css Color HEX #EC5AAE Brilliant Rose

📋 copy color: '#EC5AAE'

red 236 ◦ green 90 ◦ blue 174

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

Shades of Brilliant Rose #EC5AAE

Tints of Brilliant Rose #EC5AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 34.8%

R = 47.2%
G = 18%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EC5AAE (or 0xEC5AAE) is known color: Brilliant Rose. HEX triplet: EC, 5A and AE. RGB value is (236,90,174). Sum of RGB (Red+Green+Blue) = 236+90+174=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 90 (35.55% from 255 or 18% from 500); Blue value is 174 (68.36% from 255 or 34.8% from 500); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5AAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5AAE is #13A551. Grayscale: #8F8F8F. Windows color (decimal): -1287506 or 11426540. OLE color: 11426540.

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

Color convert

RGB 236 90 174 -
CMYK 0 0.62 0.26 0.07
HSL 325.48º 0.79% 0.64% -
HSV(B) 325.48º 0.62% 0.93% -
XYZ 45.89 28.2 43.07 -
YUV 143.23 145.37 194.17 -
System Red Green Blue C M Y K H S L
Decimal 236 90 174 0 0.62 0.26 0.07 325.48 0.79 0.64
Hex EC 5A AE 0 3E 1A 7 145 4F 40
Octal 354 132 256 0 76 32 7 505 117 100
Binary 11101100 1011010 10101110 0 111110 11010 111 101000101 1001111 1000000

Color Harmonies of #EC5AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5AAE

Black with #EC5AAE

Text Example


Text Example

White with #EC5AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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