Html Css Color HEX #EC53A7 Brilliant Rose

📋 copy color: '#EC53A7'

red 236 ◦ green 83 ◦ blue 167

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

Shades of Brilliant Rose #EC53A7

Tints of Brilliant Rose #EC53A7

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.08%

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

R = 48.56%
G = 17.08%
B = 34.36%

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

#EC53A7 (or 0xEC53A7) is known color: Brilliant Rose. HEX triplet: EC, 53 and A7. RGB value is (236,83,167). Sum of RGB (Red+Green+Blue) = 236+83+167=486 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.56% from 486); Green value is 83 (32.81% from 255 or 17.08% from 486); Blue value is 167 (65.62% from 255 or 34.36% from 486); Max value from RGB is 236 - color contains mainly: red. Hex color #EC53A7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC53A7 is #13AC58. Grayscale: #8A8A8A. Windows color (decimal): -1289305 or 10965996. OLE color: 10965996.

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

Color convert

RGB 236 83 167 -
CMYK 0 0.65 0.29 0.07
HSL 327.06º 0.8% 0.63% -
HSV(B) 327.06º 0.65% 0.93% -
XYZ 44.66 26.81 39.38 -
YUV 138.32 144.19 197.67 -
System Red Green Blue C M Y K H S L
Decimal 236 83 167 0 0.65 0.29 0.07 327.06 0.8 0.63
Hex EC 53 A7 0 41 1D 7 147 50 3F
Octal 354 123 247 0 101 35 7 507 120 77
Binary 11101100 1010011 10100111 0 1000001 11101 111 101000111 1010000 111111

Color Harmonies of #EC53A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC53A7

Black with #EC53A7

Text Example


Text Example

White with #EC53A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC53A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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