Html Css Color HEX #EC27D5 Razzle Dazzle Rose

📋 copy color: '#EC27D5'

red 236 ◦ green 39 ◦ blue 213

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

Shades of Razzle Dazzle Rose #EC27D5

Tints of Razzle Dazzle Rose #EC27D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 43.65%

R = 48.36%
G = 7.99%
B = 43.65%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#EC27D5 (or 0xEC27D5) is known color: Razzle Dazzle Rose. HEX triplet: EC, 27 and D5. RGB value is (236,39,213). Sum of RGB (Red+Green+Blue) = 236+39+213=488 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.36% from 488); Green value is 39 (15.62% from 255 or 7.99% from 488); Blue value is 213 (83.59% from 255 or 43.65% from 488); Max value from RGB is 236 - color contains mainly: red. Hex color #EC27D5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC27D5 is #13D82A. Grayscale: #757575. Windows color (decimal): -1300523 or 13969388. OLE color: 13969388.

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

Color convert

RGB 236 39 213 -
CMYK 0 0.83 0.10 0.07
HSL 307.01º 0.84% 0.54% -
HSV(B) 307.01º 0.83% 0.93% -
XYZ 47.33 24.09 65.11 -
YUV 117.74 181.77 212.35 -
System Red Green Blue C M Y K H S L
Decimal 236 39 213 0 0.83 0.10 0.07 307.01 0.84 0.54
Hex EC 27 D5 0 53 A 7 133 54 36
Octal 354 47 325 0 123 12 7 463 124 66
Binary 11101100 100111 11010101 0 1010011 1010 111 100110011 1010100 110110

Color Harmonies of #EC27D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC27D5

Black with #EC27D5

Text Example


Text Example

White with #EC27D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC27D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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