Html Css Color HEX #EC31BD Razzle Dazzle Rose

📋 copy color: '#EC31BD'

red 236 ◦ green 49 ◦ blue 189

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

Shades of Razzle Dazzle Rose #EC31BD

Tints of Razzle Dazzle Rose #EC31BD

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.34%

 BLUE value IS 189 (74.22% from 255) = 39.87%

R = 49.79%
G = 10.34%
B = 39.87%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EC31BD (or 0xEC31BD) is known color: Razzle Dazzle Rose. HEX triplet: EC, 31 and BD. RGB value is (236,49,189). Sum of RGB (Red+Green+Blue) = 236+49+189=474 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.79% from 474); Green value is 49 (19.53% from 255 or 10.34% from 474); Blue value is 189 (74.22% from 255 or 39.87% from 474); Max value from RGB is 236 - color contains mainly: red. Hex color #EC31BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC31BD is #13CE42. Grayscale: #787878. Windows color (decimal): -1297987 or 12399084. OLE color: 12399084.

HSL color Cylindrical-coordinate representation of color #EC31BD: hue angle of 315.08º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EC31BD is Cyan = 0, Magento = 0.79, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 49 189 -
CMYK 0 0.79 0.20 0.07
HSL 315.08º 0.83% 0.56% -
HSV(B) 315.08º 0.79% 0.93% -
XYZ 44.88 23.7 50.35 -
YUV 120.87 166.45 210.12 -
System Red Green Blue C M Y K H S L
Decimal 236 49 189 0 0.79 0.20 0.07 315.08 0.83 0.56
Hex EC 31 BD 0 4F 14 7 13B 53 38
Octal 354 61 275 0 117 24 7 473 123 70
Binary 11101100 110001 10111101 0 1001111 10100 111 100111011 1010011 111000

Color Harmonies of #EC31BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC31BD

Black with #EC31BD

Text Example


Text Example

White with #EC31BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC31BD; }

 p { color: rgb(236,49,189); }

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

background-color css

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

 a { background-color: rgb(236,49,189); }

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

border-color css

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

 span { border-color: rgb(236,49,189); }

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