Html Css Color HEX #EC27D6 Razzle Dazzle Rose

📋 copy color: '#EC27D6'

red 236 ◦ green 39 ◦ blue 214

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

Shades of Razzle Dazzle Rose #EC27D6

Tints of Razzle Dazzle Rose #EC27D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 43.76%

R = 48.26%
G = 7.98%
B = 43.76%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#EC27D6 (or 0xEC27D6) is known color: Razzle Dazzle Rose. HEX triplet: EC, 27 and D6. RGB value is (236,39,214). Sum of RGB (Red+Green+Blue) = 236+39+214=489 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.26% from 489); Green value is 39 (15.62% from 255 or 7.98% from 489); Blue value is 214 (83.98% from 255 or 43.76% from 489); Max value from RGB is 236 - color contains mainly: red. Hex color #EC27D6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC27D6 is #13D829. Grayscale: #757575. Windows color (decimal): -1300522 or 14034924. OLE color: 14034924.

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

Color convert

RGB 236 39 214 -
CMYK 0 0.83 0.09 0.07
HSL 306.7º 0.84% 0.54% -
HSV(B) 306.7º 0.83% 0.93% -
XYZ 47.46 24.14 65.78 -
YUV 117.85 182.27 212.27 -
System Red Green Blue C M Y K H S L
Decimal 236 39 214 0 0.83 0.09 0.07 306.7 0.84 0.54
Hex EC 27 D6 0 53 9 7 133 54 36
Octal 354 47 326 0 123 11 7 463 124 66
Binary 11101100 100111 11010110 0 1010011 1001 111 100110011 1010100 110110

Color Harmonies of #EC27D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC27D6

Black with #EC27D6

Text Example


Text Example

White with #EC27D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC27D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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