Html Css Color HEX #EC54AF Brilliant Rose

📋 copy color: '#EC54AF'

red 236 ◦ green 84 ◦ blue 175

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

Shades of Brilliant Rose #EC54AF

Tints of Brilliant Rose #EC54AF

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.97%

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

R = 47.68%
G = 16.97%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EC54AF (or 0xEC54AF) is known color: Brilliant Rose. HEX triplet: EC, 54 and AF. RGB value is (236,84,175). Sum of RGB (Red+Green+Blue) = 236+84+175=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 84 (33.20% from 255 or 16.97% from 495); Blue value is 175 (68.75% from 255 or 35.35% from 495); Max value from RGB is 236 - color contains mainly: red. Hex color #EC54AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC54AF is #13AB50. Grayscale: #8B8B8B. Windows color (decimal): -1289041 or 11490540. OLE color: 11490540.

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

Color convert

RGB 236 84 175 -
CMYK 0 0.64 0.26 0.07
HSL 324.08º 0.8% 0.63% -
HSV(B) 324.08º 0.64% 0.93% -
XYZ 45.5 27.27 43.42 -
YUV 139.82 147.86 196.6 -
System Red Green Blue C M Y K H S L
Decimal 236 84 175 0 0.64 0.26 0.07 324.08 0.8 0.63
Hex EC 54 AF 0 40 1A 7 144 50 3F
Octal 354 124 257 0 100 32 7 504 120 77
Binary 11101100 1010100 10101111 0 1000000 11010 111 101000100 1010000 111111

Color Harmonies of #EC54AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC54AF

Black with #EC54AF

Text Example


Text Example

White with #EC54AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC54AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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