Html Css Color HEX #EC27D7 Razzle Dazzle Rose

📋 copy color: '#EC27D7'

red 236 ◦ green 39 ◦ blue 215

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

Shades of Razzle Dazzle Rose #EC27D7

Tints of Razzle Dazzle Rose #EC27D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 43.88%

R = 48.16%
G = 7.96%
B = 43.88%

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

#EC27D7 (or 0xEC27D7) is known color: Razzle Dazzle Rose. HEX triplet: EC, 27 and D7. RGB value is (236,39,215). Sum of RGB (Red+Green+Blue) = 236+39+215=490 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.16% from 490); Green value is 39 (15.62% from 255 or 7.96% from 490); Blue value is 215 (84.38% from 255 or 43.88% from 490); Max value from RGB is 236 - color contains mainly: red. Hex color #EC27D7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC27D7 is #13D828. Grayscale: #757575. Windows color (decimal): -1300521 or 14100460. OLE color: 14100460.

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

Color convert

RGB 236 39 215 -
CMYK 0 0.83 0.09 0.07
HSL 306.4º 0.84% 0.54% -
HSV(B) 306.4º 0.83% 0.93% -
XYZ 47.58 24.19 66.45 -
YUV 117.97 182.77 212.19 -
System Red Green Blue C M Y K H S L
Decimal 236 39 215 0 0.83 0.09 0.07 306.4 0.84 0.54
Hex EC 27 D7 0 53 9 7 132 54 36
Octal 354 47 327 0 123 11 7 462 124 66
Binary 11101100 100111 11010111 0 1010011 1001 111 100110010 1010100 110110

Color Harmonies of #EC27D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC27D7

Black with #EC27D7

Text Example


Text Example

White with #EC27D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC27D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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