Html Css Color HEX #EC52B2 Brilliant Rose

📋 copy color: '#EC52B2'

red 236 ◦ green 82 ◦ blue 178

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

Shades of Brilliant Rose #EC52B2

Tints of Brilliant Rose #EC52B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 35.89%

R = 47.58%
G = 16.53%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#EC52B2 (or 0xEC52B2) is known color: Brilliant Rose. HEX triplet: EC, 52 and B2. RGB value is (236,82,178). Sum of RGB (Red+Green+Blue) = 236+82+178=496 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.58% from 496); Green value is 82 (32.42% from 255 or 16.53% from 496); Blue value is 178 (69.92% from 255 or 35.89% from 496); Max value from RGB is 236 - color contains mainly: red. Hex color #EC52B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC52B2 is #13AD4D. Grayscale: #8A8A8A. Windows color (decimal): -1289550 or 11686636. OLE color: 11686636.

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

Color convert

RGB 236 82 178 -
CMYK 0 0.65 0.25 0.07
HSL 322.6º 0.8% 0.62% -
HSV(B) 322.6º 0.65% 0.93% -
XYZ 45.65 27.08 44.94 -
YUV 138.99 150.02 197.19 -
System Red Green Blue C M Y K H S L
Decimal 236 82 178 0 0.65 0.25 0.07 322.6 0.8 0.62
Hex EC 52 B2 0 41 19 7 143 50 3E
Octal 354 122 262 0 101 31 7 503 120 76
Binary 11101100 1010010 10110010 0 1000001 11001 111 101000011 1010000 111110

Color Harmonies of #EC52B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC52B2

Black with #EC52B2

Text Example


Text Example

White with #EC52B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC52B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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