Html Css Color HEX #ED34C9 Razzle Dazzle Rose

📋 copy color: '#ED34C9'

red 237 ◦ green 52 ◦ blue 201

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

Shades of Razzle Dazzle Rose #ED34C9

Tints of Razzle Dazzle Rose #ED34C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 41.02%

R = 48.37%
G = 10.61%
B = 41.02%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#ED34C9 (or 0xED34C9) is known color: Razzle Dazzle Rose. HEX triplet: ED, 34 and C9. RGB value is (237,52,201). Sum of RGB (Red+Green+Blue) = 237+52+201=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 52 (20.70% from 255 or 10.61% from 490); Blue value is 201 (78.91% from 255 or 41.02% from 490); Max value from RGB is 237 - color contains mainly: red. Hex color #ED34C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED34C9 is #12CB36. Grayscale: #7B7B7B. Windows color (decimal): -1231671 or 13186285. OLE color: 13186285.

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

Color convert

RGB 237 52 201 -
CMYK 0 0.78 0.15 0.07
HSL 311.68º 0.84% 0.57% -
HSV(B) 311.68º 0.78% 0.93% -
XYZ 46.7 24.68 57.56 -
YUV 124.3 171.29 208.38 -
System Red Green Blue C M Y K H S L
Decimal 237 52 201 0 0.78 0.15 0.07 311.68 0.84 0.57
Hex ED 34 C9 0 4E F 7 138 54 39
Octal 355 64 311 0 116 17 7 470 124 71
Binary 11101101 110100 11001001 0 1001110 1111 111 100111000 1010100 111001

Color Harmonies of #ED34C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED34C9

Black with #ED34C9

Text Example


Text Example

White with #ED34C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED34C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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