Html Css Color HEX #EC31DD Razzle Dazzle Rose

📋 copy color: '#EC31DD'

red 236 ◦ green 49 ◦ blue 221

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

Shades of Razzle Dazzle Rose #EC31DD

Tints of Razzle Dazzle Rose #EC31DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.68%

R = 46.64%
G = 9.68%
B = 43.68%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EC31DD (or 0xEC31DD) is known color: Razzle Dazzle Rose. HEX triplet: EC, 31 and DD. RGB value is (236,49,221). Sum of RGB (Red+Green+Blue) = 236+49+221=506 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.64% from 506); Green value is 49 (19.53% from 255 or 9.68% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 236 - color contains mainly: red. Hex color #EC31DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC31DD is #13CE22. Grayscale: #7C7C7C. Windows color (decimal): -1297955 or 14496236. OLE color: 14496236.

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

Color convert

RGB 236 49 221 -
CMYK 0 0.79 0.06 0.07
HSL 304.81º 0.83% 0.56% -
HSV(B) 304.81º 0.79% 0.93% -
XYZ 48.74 25.25 70.71 -
YUV 124.52 182.45 207.51 -
System Red Green Blue C M Y K H S L
Decimal 236 49 221 0 0.79 0.06 0.07 304.81 0.83 0.56
Hex EC 31 DD 0 4F 6 7 131 53 38
Octal 354 61 335 0 117 6 7 461 123 70
Binary 11101100 110001 11011101 0 1001111 110 111 100110001 1010011 111000

Color Harmonies of #EC31DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC31DD

Black with #EC31DD

Text Example


Text Example

White with #EC31DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC31DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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