Html Css Color HEX #ED34D9 Razzle Dazzle Rose

📋 copy color: '#ED34D9'

red 237 ◦ green 52 ◦ blue 217

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

Shades of Razzle Dazzle Rose #ED34D9

Tints of Razzle Dazzle Rose #ED34D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 42.89%

R = 46.84%
G = 10.28%
B = 42.89%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#ED34D9 (or 0xED34D9) is known color: Razzle Dazzle Rose. HEX triplet: ED, 34 and D9. RGB value is (237,52,217). Sum of RGB (Red+Green+Blue) = 237+52+217=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 52 (20.70% from 255 or 10.28% from 506); Blue value is 217 (85.16% from 255 or 42.89% from 506); Max value from RGB is 237 - color contains mainly: red. Hex color #ED34D9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED34D9 is #12CB26. Grayscale: #7D7D7D. Windows color (decimal): -1231655 or 14234861. OLE color: 14234861.

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

Color convert

RGB 237 52 217 -
CMYK 0 0.78 0.08 0.07
HSL 306.49º 0.84% 0.57% -
HSV(B) 306.49º 0.78% 0.93% -
XYZ 48.68 25.47 68 -
YUV 126.13 179.29 207.08 -
System Red Green Blue C M Y K H S L
Decimal 237 52 217 0 0.78 0.08 0.07 306.49 0.84 0.57
Hex ED 34 D9 0 4E 8 7 132 54 39
Octal 355 64 331 0 116 10 7 462 124 71
Binary 11101101 110100 11011001 0 1001110 1000 111 100110010 1010100 111001

Color Harmonies of #ED34D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED34D9

Black with #ED34D9

Text Example


Text Example

White with #ED34D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED34D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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