Html Css Color HEX #EC31CE Razzle Dazzle Rose

📋 copy color: '#EC31CE'

red 236 ◦ green 49 ◦ blue 206

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

Shades of Razzle Dazzle Rose #EC31CE

Tints of Razzle Dazzle Rose #EC31CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.96%

R = 48.07%
G = 9.98%
B = 41.96%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EC31CE (or 0xEC31CE) is known color: Razzle Dazzle Rose. HEX triplet: EC, 31 and CE. RGB value is (236,49,206). Sum of RGB (Red+Green+Blue) = 236+49+206=491 (65% of max value = 765). Red value is 236 (92.58% from 255 or 48.07% from 491); Green value is 49 (19.53% from 255 or 9.98% from 491); Blue value is 206 (80.86% from 255 or 41.96% from 491); Max value from RGB is 236 - color contains mainly: red. Hex color #EC31CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC31CE is #13CE31. Grayscale: #7A7A7A. Windows color (decimal): -1297970 or 13513196. OLE color: 13513196.

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

Color convert

RGB 236 49 206 -
CMYK 0 0.79 0.13 0.07
HSL 309.63º 0.83% 0.56% -
HSV(B) 309.63º 0.79% 0.93% -
XYZ 46.83 24.49 60.65 -
YUV 122.81 174.95 208.73 -
System Red Green Blue C M Y K H S L
Decimal 236 49 206 0 0.79 0.13 0.07 309.63 0.83 0.56
Hex EC 31 CE 0 4F D 7 136 53 38
Octal 354 61 316 0 117 15 7 466 123 70
Binary 11101100 110001 11001110 0 1001111 1101 111 100110110 1010011 111000

Color Harmonies of #EC31CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC31CE

Black with #EC31CE

Text Example


Text Example

White with #EC31CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC31CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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