Html Css Color HEX #EC4AAA Brilliant Rose

📋 copy color: '#EC4AAA'

red 236 ◦ green 74 ◦ blue 170

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

Shades of Brilliant Rose #EC4AAA

Tints of Brilliant Rose #EC4AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 35.42%

R = 49.17%
G = 15.42%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EC4AAA (or 0xEC4AAA) is known color: Brilliant Rose. HEX triplet: EC, 4A and AA. RGB value is (236,74,170). Sum of RGB (Red+Green+Blue) = 236+74+170=480 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.17% from 480); Green value is 74 (29.30% from 255 or 15.42% from 480); Blue value is 170 (66.80% from 255 or 35.42% from 480); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4AAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4AAA is #13B555. Grayscale: #858585. Windows color (decimal): -1291606 or 11160300. OLE color: 11160300.

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

Color convert

RGB 236 74 170 -
CMYK 0 0.69 0.28 0.07
HSL 324.44º 0.81% 0.61% -
HSV(B) 324.44º 0.69% 0.93% -
XYZ 44.3 25.63 40.64 -
YUV 133.38 148.67 201.19 -
System Red Green Blue C M Y K H S L
Decimal 236 74 170 0 0.69 0.28 0.07 324.44 0.81 0.61
Hex EC 4A AA 0 45 1C 7 144 51 3D
Octal 354 112 252 0 105 34 7 504 121 75
Binary 11101100 1001010 10101010 0 1000101 11100 111 101000100 1010001 111101

Color Harmonies of #EC4AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4AAA

Black with #EC4AAA

Text Example


Text Example

White with #EC4AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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