Html Css Color HEX #EC53AF Brilliant Rose

📋 copy color: '#EC53AF'

red 236 ◦ green 83 ◦ blue 175

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

Shades of Brilliant Rose #EC53AF

Tints of Brilliant Rose #EC53AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 35.43%

R = 47.77%
G = 16.8%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EC53AF (or 0xEC53AF) is known color: Brilliant Rose. HEX triplet: EC, 53 and AF. RGB value is (236,83,175). Sum of RGB (Red+Green+Blue) = 236+83+175=494 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.77% from 494); Green value is 83 (32.81% from 255 or 16.80% from 494); Blue value is 175 (68.75% from 255 or 35.43% from 494); Max value from RGB is 236 - color contains mainly: red. Hex color #EC53AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC53AF is #13AC50. Grayscale: #8B8B8B. Windows color (decimal): -1289297 or 11490284. OLE color: 11490284.

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

Color convert

RGB 236 83 175 -
CMYK 0 0.65 0.26 0.07
HSL 323.92º 0.8% 0.63% -
HSV(B) 323.92º 0.65% 0.93% -
XYZ 45.42 27.11 43.4 -
YUV 139.24 148.19 197.02 -
System Red Green Blue C M Y K H S L
Decimal 236 83 175 0 0.65 0.26 0.07 323.92 0.8 0.63
Hex EC 53 AF 0 41 1A 7 144 50 3F
Octal 354 123 257 0 101 32 7 504 120 77
Binary 11101100 1010011 10101111 0 1000001 11010 111 101000100 1010000 111111

Color Harmonies of #EC53AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC53AF

Black with #EC53AF

Text Example


Text Example

White with #EC53AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC53AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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