Html Css Color HEX #ED27BC Razzle Dazzle Rose

📋 copy color: '#ED27BC'

red 237 ◦ green 39 ◦ blue 188

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

Shades of Razzle Dazzle Rose #ED27BC

Tints of Razzle Dazzle Rose #ED27BC

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.41%

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

R = 51.08%
G = 8.41%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#ED27BC (or 0xED27BC) is known color: Razzle Dazzle Rose. HEX triplet: ED, 27 and BC. RGB value is (237,39,188). Sum of RGB (Red+Green+Blue) = 237+39+188=464 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.08% from 464); Green value is 39 (15.62% from 255 or 8.41% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 237 - color contains mainly: red. Hex color #ED27BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED27BC is #12D843. Grayscale: #727272. Windows color (decimal): -1235012 or 12330989. OLE color: 12330989.

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

Color convert

RGB 237 39 188 -
CMYK 0 0.84 0.21 0.07
HSL 314.85º 0.85% 0.54% -
HSV(B) 314.85º 0.84% 0.93% -
XYZ 44.73 23.09 49.68 -
YUV 115.19 169.1 214.88 -
System Red Green Blue C M Y K H S L
Decimal 237 39 188 0 0.84 0.21 0.07 314.85 0.85 0.54
Hex ED 27 BC 0 54 15 7 13B 55 36
Octal 355 47 274 0 124 25 7 473 125 66
Binary 11101101 100111 10111100 0 1010100 10101 111 100111011 1010101 110110

Color Harmonies of #ED27BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED27BC

Black with #ED27BC

Text Example


Text Example

White with #ED27BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED27BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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