Html Css Color HEX #ED40BC Razzle Dazzle Rose

📋 copy color: '#ED40BC'

red 237 ◦ green 64 ◦ blue 188

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

Shades of Razzle Dazzle Rose #ED40BC

Tints of Razzle Dazzle Rose #ED40BC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.09%

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

R = 48.47%
G = 13.09%
B = 38.45%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#ED40BC (or 0xED40BC) is known color: Razzle Dazzle Rose. HEX triplet: ED, 40 and BC. RGB value is (237,64,188). Sum of RGB (Red+Green+Blue) = 237+64+188=489 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.47% from 489); Green value is 64 (25.39% from 255 or 13.09% from 489); Blue value is 188 (73.83% from 255 or 38.45% from 489); Max value from RGB is 237 - color contains mainly: red. Hex color #ED40BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED40BC is #12BF43. Grayscale: #818181. Windows color (decimal): -1228612 or 12337389. OLE color: 12337389.

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

Color convert

RGB 237 64 188 -
CMYK 0 0.73 0.21 0.07
HSL 316.99º 0.83% 0.59% -
HSV(B) 316.99º 0.73% 0.93% -
XYZ 45.84 25.3 50.04 -
YUV 129.86 160.81 204.42 -
System Red Green Blue C M Y K H S L
Decimal 237 64 188 0 0.73 0.21 0.07 316.99 0.83 0.59
Hex ED 40 BC 0 49 15 7 13D 53 3B
Octal 355 100 274 0 111 25 7 475 123 73
Binary 11101101 1000000 10111100 0 1001001 10101 111 100111101 1010011 111011

Color Harmonies of #ED40BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED40BC

Black with #ED40BC

Text Example


Text Example

White with #ED40BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED40BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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