Html Css Color HEX #ED28C6 Razzle Dazzle Rose

📋 copy color: '#ED28C6'

red 237 ◦ green 40 ◦ blue 198

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

Shades of Razzle Dazzle Rose #ED28C6

Tints of Razzle Dazzle Rose #ED28C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 41.68%

R = 49.89%
G = 8.42%
B = 41.68%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#ED28C6 (or 0xED28C6) is known color: Razzle Dazzle Rose. HEX triplet: ED, 28 and C6. RGB value is (237,40,198). Sum of RGB (Red+Green+Blue) = 237+40+198=475 (62% of max value = 765). Red value is 237 (92.97% from 255 or 49.89% from 475); Green value is 40 (16.02% from 255 or 8.42% from 475); Blue value is 198 (77.73% from 255 or 41.68% from 475); Max value from RGB is 237 - color contains mainly: red. Hex color #ED28C6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED28C6 is #12D739. Grayscale: #747474. Windows color (decimal): -1234746 or 12986605. OLE color: 12986605.

HSL color Cylindrical-coordinate representation of color #ED28C6: hue angle of 311.88º 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 #ED28C6 is Cyan = 0, Magento = 0.83, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 40 198 -
CMYK 0 0.83 0.16 0.07
HSL 311.88º 0.85% 0.54% -
HSV(B) 311.88º 0.83% 0.93% -
XYZ 45.88 23.6 55.56 -
YUV 116.92 173.77 213.65 -
System Red Green Blue C M Y K H S L
Decimal 237 40 198 0 0.83 0.16 0.07 311.88 0.85 0.54
Hex ED 28 C6 0 53 10 7 138 55 36
Octal 355 50 306 0 123 20 7 470 125 66
Binary 11101101 101000 11000110 0 1010011 10000 111 100111000 1010101 110110

Color Harmonies of #ED28C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED28C6

Black with #ED28C6

Text Example


Text Example

White with #ED28C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED28C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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