Html Css Color HEX #ED46BA Razzle Dazzle Rose

📋 copy color: '#ED46BA'

red 237 ◦ green 70 ◦ blue 186

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

Shades of Razzle Dazzle Rose #ED46BA

Tints of Razzle Dazzle Rose #ED46BA

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.2%

 BLUE value IS 186 (73.05% from 255) = 37.73%

R = 48.07%
G = 14.2%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#ED46BA (or 0xED46BA) is known color: Razzle Dazzle Rose. HEX triplet: ED, 46 and BA. RGB value is (237,70,186). Sum of RGB (Red+Green+Blue) = 237+70+186=493 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.07% from 493); Green value is 70 (27.73% from 255 or 14.20% from 493); Blue value is 186 (73.05% from 255 or 37.73% from 493); Max value from RGB is 237 - color contains mainly: red. Hex color #ED46BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED46BA is #12B945. Grayscale: #848484. Windows color (decimal): -1227078 or 12207853. OLE color: 12207853.

HSL color Cylindrical-coordinate representation of color #ED46BA: hue angle of 318.32º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ED46BA is Cyan = 0, Magento = 0.70, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 70 186 -
CMYK 0 0.70 0.22 0.07
HSL 318.32º 0.82% 0.6% -
HSV(B) 318.32º 0.7% 0.93% -
XYZ 45.98 25.93 49.04 -
YUV 133.16 157.83 202.07 -
System Red Green Blue C M Y K H S L
Decimal 237 70 186 0 0.70 0.22 0.07 318.32 0.82 0.6
Hex ED 46 BA 0 46 16 7 13E 52 3C
Octal 355 106 272 0 106 26 7 476 122 74
Binary 11101101 1000110 10111010 0 1000110 10110 111 100111110 1010010 111100

Color Harmonies of #ED46BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED46BA

Black with #ED46BA

Text Example


Text Example

White with #ED46BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED46BA; }

 p { color: rgb(237,70,186); }

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

background-color css

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

 a { background-color: rgb(237,70,186); }

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

border-color css

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

 span { border-color: rgb(237,70,186); }

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