Html Css Color HEX #EC52A7 Brilliant Rose

📋 copy color: '#EC52A7'

red 236 ◦ green 82 ◦ blue 167

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

Shades of Brilliant Rose #EC52A7

Tints of Brilliant Rose #EC52A7

RGB

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

 GREEN value IS 82 (32.42% from 255) = 16.91%

 BLUE value IS 167 (65.63% from 255) = 34.43%

R = 48.66%
G = 16.91%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#EC52A7 (or 0xEC52A7) is known color: Brilliant Rose. HEX triplet: EC, 52 and A7. RGB value is (236,82,167). Sum of RGB (Red+Green+Blue) = 236+82+167=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 82 (32.42% from 255 or 16.91% from 485); Blue value is 167 (65.62% from 255 or 34.43% from 485); Max value from RGB is 236 - color contains mainly: red. Hex color #EC52A7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC52A7 is #13AD58. Grayscale: #898989. Windows color (decimal): -1289561 or 10965740. OLE color: 10965740.

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

Color convert

RGB 236 82 167 -
CMYK 0 0.65 0.29 0.07
HSL 326.88º 0.8% 0.62% -
HSV(B) 326.88º 0.65% 0.93% -
XYZ 44.58 26.66 39.35 -
YUV 137.74 144.52 198.09 -
System Red Green Blue C M Y K H S L
Decimal 236 82 167 0 0.65 0.29 0.07 326.88 0.8 0.62
Hex EC 52 A7 0 41 1D 7 147 50 3E
Octal 354 122 247 0 101 35 7 507 120 76
Binary 11101100 1010010 10100111 0 1000001 11101 111 101000111 1010000 111110

Color Harmonies of #EC52A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC52A7

Black with #EC52A7

Text Example


Text Example

White with #EC52A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC52A7; }

 p { color: rgb(236,82,167); }

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

background-color css

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

 a { background-color: rgb(236,82,167); }

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

border-color css

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

 span { border-color: rgb(236,82,167); }

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