Html Css Color HEX #ED30CE Razzle Dazzle Rose

📋 copy color: '#ED30CE'

red 237 ◦ green 48 ◦ blue 206

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

Shades of Razzle Dazzle Rose #ED30CE

Tints of Razzle Dazzle Rose #ED30CE

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.78%

 BLUE value IS 206 (80.86% from 255) = 41.96%

R = 48.27%
G = 9.78%
B = 41.96%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#ED30CE (or 0xED30CE) is known color: Razzle Dazzle Rose. HEX triplet: ED, 30 and CE. RGB value is (237,48,206). Sum of RGB (Red+Green+Blue) = 237+48+206=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 48 (19.14% from 255 or 9.78% from 491); Blue value is 206 (80.86% from 255 or 41.96% from 491); Max value from RGB is 237 - color contains mainly: red. Hex color #ED30CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED30CE is #12CF31. Grayscale: #7A7A7A. Windows color (decimal): -1232690 or 13512941. OLE color: 13512941.

HSL color Cylindrical-coordinate representation of color #ED30CE: hue angle of 309.84º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ED30CE is Cyan = 0, Magento = 0.80, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 48 206 -
CMYK 0 0.80 0.13 0.07
HSL 309.84º 0.84% 0.56% -
HSV(B) 309.84º 0.8% 0.93% -
XYZ 47.12 24.57 60.65 -
YUV 122.52 175.12 209.65 -
System Red Green Blue C M Y K H S L
Decimal 237 48 206 0 0.80 0.13 0.07 309.84 0.84 0.56
Hex ED 30 CE 0 50 D 7 136 54 38
Octal 355 60 316 0 120 15 7 466 124 70
Binary 11101101 110000 11001110 0 1010000 1101 111 100110110 1010100 111000

Color Harmonies of #ED30CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED30CE

Black with #ED30CE

Text Example


Text Example

White with #ED30CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED30CE; }

 p { color: rgb(237,48,206); }

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

background-color css

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

 a { background-color: rgb(237,48,206); }

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

border-color css

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

 span { border-color: rgb(237,48,206); }

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