Html Css Color HEX #EC27DB Razzle Dazzle Rose

📋 copy color: '#EC27DB'

red 236 ◦ green 39 ◦ blue 219

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

Shades of Razzle Dazzle Rose #EC27DB

Tints of Razzle Dazzle Rose #EC27DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.33%

R = 47.77%
G = 7.89%
B = 44.33%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EC27DB (or 0xEC27DB) is known color: Razzle Dazzle Rose. HEX triplet: EC, 27 and DB. RGB value is (236,39,219). Sum of RGB (Red+Green+Blue) = 236+39+219=494 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.77% from 494); Green value is 39 (15.62% from 255 or 7.89% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 236 - color contains mainly: red. Hex color #EC27DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC27DB is #13D824. Grayscale: #757575. Windows color (decimal): -1300517 or 14362604. OLE color: 14362604.

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

Color convert

RGB 236 39 219 -
CMYK 0 0.83 0.07 0.07
HSL 305.18º 0.84% 0.54% -
HSV(B) 305.18º 0.83% 0.93% -
XYZ 48.1 24.4 69.19 -
YUV 118.42 184.77 211.86 -
System Red Green Blue C M Y K H S L
Decimal 236 39 219 0 0.83 0.07 0.07 305.18 0.84 0.54
Hex EC 27 DB 0 53 7 7 131 54 36
Octal 354 47 333 0 123 7 7 461 124 66
Binary 11101100 100111 11011011 0 1010011 111 111 100110001 1010100 110110

Color Harmonies of #EC27DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC27DB

Black with #EC27DB

Text Example


Text Example

White with #EC27DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC27DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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