Html Css Color HEX #EC31ED Razzle Dazzle Rose

📋 copy color: '#EC31ED'

red 236 ◦ green 49 ◦ blue 237

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

Shades of Razzle Dazzle Rose #EC31ED

Tints of Razzle Dazzle Rose #EC31ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.4%

R = 45.21%
G = 9.39%
B = 45.4%

CMYK

 C value IS 0.00

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EC31ED (or 0xEC31ED) is known color: Razzle Dazzle Rose. HEX triplet: EC, 31 and ED. RGB value is (236,49,237). Sum of RGB (Red+Green+Blue) = 236+49+237=522 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.21% from 522); Green value is 49 (19.53% from 255 or 9.39% from 522); Blue value is 237 (92.97% from 255 or 45.40% from 522); Max value from RGB is 237 - color contains mainly: blue. Hex color #EC31ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC31ED is #13CE12. Grayscale: #7D7D7D. Windows color (decimal): -1297939 or 15544812. OLE color: 15544812.

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

Color convert

RGB 236 49 237 -
CMYK 0.00 0.79 0 0.07
HSL 299.68º 0.84% 0.56% -
HSV(B) 299.68º 0.79% 0.93% -
XYZ 50.98 26.14 82.48 -
YUV 126.35 190.45 206.21 -
System Red Green Blue C M Y K H S L
Decimal 236 49 237 0.00 0.79 0 0.07 299.68 0.84 0.56
Hex EC 31 ED 0 4F 0 7 12C 54 38
Octal 354 61 355 0 117 0 7 454 124 70
Binary 11101100 110001 11101101 0 1001111 0 111 100101100 1010100 111000

Color Harmonies of #EC31ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC31ED

Black with #EC31ED

Text Example


Text Example

White with #EC31ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC31ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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