Html Css Color HEX #ED27EC Razzle Dazzle Rose

📋 copy color: '#ED27EC'

red 237 ◦ green 39 ◦ blue 236

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

Shades of Razzle Dazzle Rose #ED27EC

Tints of Razzle Dazzle Rose #ED27EC

RGB

 RED value IS 237 (92.97% from 255) = 46.29%

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

 BLUE value IS 236 (92.58% from 255) = 46.09%

R = 46.29%
G = 7.62%
B = 46.09%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#ED27EC (or 0xED27EC) is known color: Razzle Dazzle Rose. HEX triplet: ED, 27 and EC. RGB value is (237,39,236). Sum of RGB (Red+Green+Blue) = 237+39+236=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 39 (15.62% from 255 or 7.62% from 512); Blue value is 236 (92.58% from 255 or 46.09% from 512); Max value from RGB is 237 - color contains mainly: red. Hex color #ED27EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED27EC is #12D813. Grayscale: #787878. Windows color (decimal): -1234964 or 15476717. OLE color: 15476717.

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

Color convert

RGB 237 39 236 -
CMYK 0 0.84 0.00 0.07
HSL 300.3º 0.85% 0.54% -
HSV(B) 300.3º 0.84% 0.93% -
XYZ 50.79 25.51 81.6 -
YUV 120.66 193.1 210.98 -
System Red Green Blue C M Y K H S L
Decimal 237 39 236 0 0.84 0.00 0.07 300.3 0.85 0.54
Hex ED 27 EC 0 54 0 7 12C 55 36
Octal 355 47 354 0 124 0 7 454 125 66
Binary 11101101 100111 11101100 0 1010100 0 111 100101100 1010101 110110

Color Harmonies of #ED27EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED27EC

Black with #ED27EC

Text Example


Text Example

White with #ED27EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED27EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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