Html Css Color HEX #ED33BC Razzle Dazzle Rose

📋 copy color: '#ED33BC'

red 237 ◦ green 51 ◦ blue 188

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

Shades of Razzle Dazzle Rose #ED33BC

Tints of Razzle Dazzle Rose #ED33BC

RGB

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

 GREEN value IS 51 (20.31% from 255) = 10.71%

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

R = 49.79%
G = 10.71%
B = 39.5%

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

#ED33BC (or 0xED33BC) is known color: Razzle Dazzle Rose. HEX triplet: ED, 33 and BC. RGB value is (237,51,188). Sum of RGB (Red+Green+Blue) = 237+51+188=476 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.79% from 476); Green value is 51 (20.31% from 255 or 10.71% from 476); Blue value is 188 (73.83% from 255 or 39.50% from 476); Max value from RGB is 237 - color contains mainly: red. Hex color #ED33BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED33BC is #12CC43. Grayscale: #797979. Windows color (decimal): -1231940 or 12334061. OLE color: 12334061.

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

Color convert

RGB 237 51 188 -
CMYK 0 0.78 0.21 0.07
HSL 315.81º 0.84% 0.56% -
HSV(B) 315.81º 0.78% 0.93% -
XYZ 45.19 24 49.83 -
YUV 122.23 165.12 209.86 -
System Red Green Blue C M Y K H S L
Decimal 237 51 188 0 0.78 0.21 0.07 315.81 0.84 0.56
Hex ED 33 BC 0 4E 15 7 13C 54 38
Octal 355 63 274 0 116 25 7 474 124 70
Binary 11101101 110011 10111100 0 1001110 10101 111 100111100 1010100 111000

Color Harmonies of #ED33BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED33BC

Black with #ED33BC

Text Example


Text Example

White with #ED33BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED33BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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