Html Css Color HEX #EC27DD Razzle Dazzle Rose

📋 copy color: '#EC27DD'

red 236 ◦ green 39 ◦ blue 221

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

Shades of Razzle Dazzle Rose #EC27DD

Tints of Razzle Dazzle Rose #EC27DD

RGB

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

 GREEN value IS 39 (15.63% from 255) = 7.86%

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

R = 47.58%
G = 7.86%
B = 44.56%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EC27DD (or 0xEC27DD) is known color: Razzle Dazzle Rose. HEX triplet: EC, 27 and DD. RGB value is (236,39,221). Sum of RGB (Red+Green+Blue) = 236+39+221=496 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.58% from 496); Green value is 39 (15.62% from 255 or 7.86% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 236 - color contains mainly: red. Hex color #EC27DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC27DD is #13D822. Grayscale: #767676. Windows color (decimal): -1300515 or 14493676. OLE color: 14493676.

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

Color convert

RGB 236 39 221 -
CMYK 0 0.83 0.06 0.07
HSL 304.57º 0.84% 0.54% -
HSV(B) 304.57º 0.83% 0.93% -
XYZ 48.37 24.5 70.59 -
YUV 118.65 185.77 211.7 -
System Red Green Blue C M Y K H S L
Decimal 236 39 221 0 0.83 0.06 0.07 304.57 0.84 0.54
Hex EC 27 DD 0 53 6 7 131 54 36
Octal 354 47 335 0 123 6 7 461 124 66
Binary 11101100 100111 11011101 0 1010011 110 111 100110001 1010100 110110

Color Harmonies of #EC27DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC27DD

Black with #EC27DD

Text Example


Text Example

White with #EC27DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC27DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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