Html Css Color HEX #ED34EC Razzle Dazzle Rose

📋 copy color: '#ED34EC'

red 237 ◦ green 52 ◦ blue 236

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

Shades of Razzle Dazzle Rose #ED34EC

Tints of Razzle Dazzle Rose #ED34EC

RGB

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

 GREEN value IS 52 (20.7% from 255) = 9.9%

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

R = 45.14%
G = 9.9%
B = 44.95%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#ED34EC (or 0xED34EC) is known color: Razzle Dazzle Rose. HEX triplet: ED, 34 and EC. RGB value is (237,52,236). Sum of RGB (Red+Green+Blue) = 237+52+236=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 52 (20.70% from 255 or 9.90% from 525); Blue value is 236 (92.58% from 255 or 44.95% from 525); Max value from RGB is 237 - color contains mainly: red. Hex color #ED34EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED34EC is #12CB13. Grayscale: #7F7F7F. Windows color (decimal): -1231636 or 15480045. OLE color: 15480045.

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

Color convert

RGB 237 52 236 -
CMYK 0 0.78 0.00 0.07
HSL 300.32º 0.84% 0.57% -
HSV(B) 300.32º 0.78% 0.93% -
XYZ 51.29 26.52 81.77 -
YUV 128.29 188.79 205.54 -
System Red Green Blue C M Y K H S L
Decimal 237 52 236 0 0.78 0.00 0.07 300.32 0.84 0.57
Hex ED 34 EC 0 4E 0 7 12C 54 39
Octal 355 64 354 0 116 0 7 454 124 71
Binary 11101101 110100 11101100 0 1001110 0 111 100101100 1010100 111001

Color Harmonies of #ED34EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED34EC

Black with #ED34EC

Text Example


Text Example

White with #ED34EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED34EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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