Html Css Color HEX #EC31DA Razzle Dazzle Rose

📋 copy color: '#EC31DA'

red 236 ◦ green 49 ◦ blue 218

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

Shades of Razzle Dazzle Rose #EC31DA

Tints of Razzle Dazzle Rose #EC31DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.34%

R = 46.92%
G = 9.74%
B = 43.34%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EC31DA (or 0xEC31DA) is known color: Razzle Dazzle Rose. HEX triplet: EC, 31 and DA. RGB value is (236,49,218). Sum of RGB (Red+Green+Blue) = 236+49+218=503 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.92% from 503); Green value is 49 (19.53% from 255 or 9.74% from 503); Blue value is 218 (85.55% from 255 or 43.34% from 503); Max value from RGB is 236 - color contains mainly: red. Hex color #EC31DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC31DA is #13CE25. Grayscale: #7B7B7B. Windows color (decimal): -1297958 or 14299628. OLE color: 14299628.

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

Color convert

RGB 236 49 218 -
CMYK 0 0.79 0.08 0.07
HSL 305.78º 0.83% 0.56% -
HSV(B) 305.78º 0.79% 0.93% -
XYZ 48.35 25.09 68.62 -
YUV 124.18 180.95 207.76 -
System Red Green Blue C M Y K H S L
Decimal 236 49 218 0 0.79 0.08 0.07 305.78 0.83 0.56
Hex EC 31 DA 0 4F 8 7 132 53 38
Octal 354 61 332 0 117 10 7 462 123 70
Binary 11101100 110001 11011010 0 1001111 1000 111 100110010 1010011 111000

Color Harmonies of #EC31DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC31DA

Black with #EC31DA

Text Example


Text Example

White with #EC31DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC31DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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