Html Css Color HEX #ED28EA Razzle Dazzle Rose

📋 copy color: '#ED28EA'

red 237 ◦ green 40 ◦ blue 234

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

Shades of Razzle Dazzle Rose #ED28EA

Tints of Razzle Dazzle Rose #ED28EA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 7.83%

 BLUE value IS 234 (91.8% from 255) = 45.79%

R = 46.38%
G = 7.83%
B = 45.79%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#ED28EA (or 0xED28EA) is known color: Razzle Dazzle Rose. HEX triplet: ED, 28 and EA. RGB value is (237,40,234). Sum of RGB (Red+Green+Blue) = 237+40+234=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 40 (16.02% from 255 or 7.83% from 511); Blue value is 234 (91.80% from 255 or 45.79% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #ED28EA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED28EA is #12D715. Grayscale: #787878. Windows color (decimal): -1234710 or 15345901. OLE color: 15345901.

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

Color convert

RGB 237 40 234 -
CMYK 0 0.83 0.01 0.07
HSL 300.91º 0.85% 0.54% -
HSV(B) 300.91º 0.83% 0.93% -
XYZ 50.54 25.46 80.09 -
YUV 121.02 191.77 210.73 -
System Red Green Blue C M Y K H S L
Decimal 237 40 234 0 0.83 0.01 0.07 300.91 0.85 0.54
Hex ED 28 EA 0 53 1 7 12D 55 36
Octal 355 50 352 0 123 1 7 455 125 66
Binary 11101101 101000 11101010 0 1010011 1 111 100101101 1010101 110110

Color Harmonies of #ED28EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED28EA

Black with #ED28EA

Text Example


Text Example

White with #ED28EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED28EA; }

 p { color: rgb(237,40,234); }

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

background-color css

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

 a { background-color: rgb(237,40,234); }

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

border-color css

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

 span { border-color: rgb(237,40,234); }

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