Html Css Color HEX #EC51B4 Brilliant Rose

📋 copy color: '#EC51B4'

red 236 ◦ green 81 ◦ blue 180

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

Shades of Brilliant Rose #EC51B4

Tints of Brilliant Rose #EC51B4

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.3%

 BLUE value IS 180 (70.7% from 255) = 36.22%

R = 47.48%
G = 16.3%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#EC51B4 (or 0xEC51B4) is known color: Brilliant Rose. HEX triplet: EC, 51 and B4. RGB value is (236,81,180). Sum of RGB (Red+Green+Blue) = 236+81+180=497 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.48% from 497); Green value is 81 (32.03% from 255 or 16.30% from 497); Blue value is 180 (70.70% from 255 or 36.22% from 497); Max value from RGB is 236 - color contains mainly: red. Hex color #EC51B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC51B4 is #13AE4B. Grayscale: #8A8A8A. Windows color (decimal): -1289804 or 11817452. OLE color: 11817452.

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

Color convert

RGB 236 81 180 -
CMYK 0 0.66 0.24 0.07
HSL 321.68º 0.8% 0.62% -
HSV(B) 321.68º 0.66% 0.93% -
XYZ 45.77 27.01 45.98 -
YUV 138.63 151.35 197.45 -
System Red Green Blue C M Y K H S L
Decimal 236 81 180 0 0.66 0.24 0.07 321.68 0.8 0.62
Hex EC 51 B4 0 42 18 7 142 50 3E
Octal 354 121 264 0 102 30 7 502 120 76
Binary 11101100 1010001 10110100 0 1000010 11000 111 101000010 1010000 111110

Color Harmonies of #EC51B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC51B4

Black with #EC51B4

Text Example


Text Example

White with #EC51B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC51B4; }

 p { color: rgb(236,81,180); }

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

background-color css

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

 a { background-color: rgb(236,81,180); }

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

border-color css

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

 span { border-color: rgb(236,81,180); }

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