Html Css Color HEX #ED34BC Razzle Dazzle Rose

📋 copy color: '#ED34BC'

red 237 ◦ green 52 ◦ blue 188

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

Shades of Razzle Dazzle Rose #ED34BC

Tints of Razzle Dazzle Rose #ED34BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.41%

R = 49.69%
G = 10.9%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#ED34BC (or 0xED34BC) is known color: Razzle Dazzle Rose. HEX triplet: ED, 34 and BC. RGB value is (237,52,188). Sum of RGB (Red+Green+Blue) = 237+52+188=477 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.69% from 477); Green value is 52 (20.70% from 255 or 10.90% from 477); Blue value is 188 (73.83% from 255 or 39.41% from 477); Max value from RGB is 237 - color contains mainly: red. Hex color #ED34BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED34BC is #12CB43. Grayscale: #7A7A7A. Windows color (decimal): -1231684 or 12334317. OLE color: 12334317.

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

Color convert

RGB 237 52 188 -
CMYK 0 0.78 0.21 0.07
HSL 315.89º 0.84% 0.57% -
HSV(B) 315.89º 0.78% 0.93% -
XYZ 45.23 24.09 49.84 -
YUV 122.82 164.79 209.44 -
System Red Green Blue C M Y K H S L
Decimal 237 52 188 0 0.78 0.21 0.07 315.89 0.84 0.57
Hex ED 34 BC 0 4E 15 7 13C 54 39
Octal 355 64 274 0 116 25 7 474 124 71
Binary 11101101 110100 10111100 0 1001110 10101 111 100111100 1010100 111001

Color Harmonies of #ED34BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED34BC

Black with #ED34BC

Text Example


Text Example

White with #ED34BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED34BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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