Html Css Color HEX #ED36E3 Razzle Dazzle Rose

📋 copy color: '#ED36E3'

red 237 ◦ green 54 ◦ blue 227

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

Shades of Razzle Dazzle Rose #ED36E3

Tints of Razzle Dazzle Rose #ED36E3

RGB

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

 GREEN value IS 54 (21.48% from 255) = 10.42%

 BLUE value IS 227 (89.06% from 255) = 43.82%

R = 45.75%
G = 10.42%
B = 43.82%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#ED36E3 (or 0xED36E3) is known color: Razzle Dazzle Rose. HEX triplet: ED, 36 and E3. RGB value is (237,54,227). Sum of RGB (Red+Green+Blue) = 237+54+227=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 54 (21.48% from 255 or 10.42% from 518); Blue value is 227 (89.06% from 255 or 43.82% from 518); Max value from RGB is 237 - color contains mainly: red. Hex color #ED36E3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED36E3 is #12C91C. Grayscale: #7F7F7F. Windows color (decimal): -1231133 or 14890733. OLE color: 14890733.

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

Color convert

RGB 237 54 227 -
CMYK 0 0.77 0.04 0.07
HSL 303.28º 0.84% 0.57% -
HSV(B) 303.28º 0.77% 0.93% -
XYZ 50.11 26.19 75.09 -
YUV 128.44 183.63 205.43 -
System Red Green Blue C M Y K H S L
Decimal 237 54 227 0 0.77 0.04 0.07 303.28 0.84 0.57
Hex ED 36 E3 0 4D 4 7 12F 54 39
Octal 355 66 343 0 115 4 7 457 124 71
Binary 11101101 110110 11100011 0 1001101 100 111 100101111 1010100 111001

Color Harmonies of #ED36E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED36E3

Black with #ED36E3

Text Example


Text Example

White with #ED36E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED36E3; }

 p { color: rgb(237,54,227); }

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

background-color css

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

 a { background-color: rgb(237,54,227); }

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

border-color css

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

 span { border-color: rgb(237,54,227); }

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