Html Css Color HEX #EC4AAE Brilliant Rose

📋 copy color: '#EC4AAE'

red 236 ◦ green 74 ◦ blue 174

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

Shades of Brilliant Rose #EC4AAE

Tints of Brilliant Rose #EC4AAE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.29%

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

R = 48.76%
G = 15.29%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EC4AAE (or 0xEC4AAE) is known color: Brilliant Rose. HEX triplet: EC, 4A and AE. RGB value is (236,74,174). Sum of RGB (Red+Green+Blue) = 236+74+174=484 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.76% from 484); Green value is 74 (29.30% from 255 or 15.29% from 484); Blue value is 174 (68.36% from 255 or 35.95% from 484); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4AAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4AAE is #13B551. Grayscale: #858585. Windows color (decimal): -1291602 or 11422444. OLE color: 11422444.

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

Color convert

RGB 236 74 174 -
CMYK 0 0.69 0.26 0.07
HSL 322.96º 0.81% 0.61% -
HSV(B) 322.96º 0.69% 0.93% -
XYZ 44.68 25.79 42.67 -
YUV 133.84 150.67 200.87 -
System Red Green Blue C M Y K H S L
Decimal 236 74 174 0 0.69 0.26 0.07 322.96 0.81 0.61
Hex EC 4A AE 0 45 1A 7 143 51 3D
Octal 354 112 256 0 105 32 7 503 121 75
Binary 11101100 1001010 10101110 0 1000101 11010 111 101000011 1010001 111101

Color Harmonies of #EC4AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4AAE

Black with #EC4AAE

Text Example


Text Example

White with #EC4AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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