Html Css Color HEX #ED43BA Razzle Dazzle Rose

📋 copy color: '#ED43BA'

red 237 ◦ green 67 ◦ blue 186

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

Shades of Razzle Dazzle Rose #ED43BA

Tints of Razzle Dazzle Rose #ED43BA

RGB

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

 GREEN value IS 67 (26.56% from 255) = 13.67%

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

R = 48.37%
G = 13.67%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#ED43BA (or 0xED43BA) is known color: Razzle Dazzle Rose. HEX triplet: ED, 43 and BA. RGB value is (237,67,186). Sum of RGB (Red+Green+Blue) = 237+67+186=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 67 (26.56% from 255 or 13.67% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 237 - color contains mainly: red. Hex color #ED43BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED43BA is #12BC45. Grayscale: #838383. Windows color (decimal): -1227846 or 12207085. OLE color: 12207085.

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

Color convert

RGB 237 67 186 -
CMYK 0 0.72 0.22 0.07
HSL 318º 0.83% 0.6% -
HSV(B) 318º 0.72% 0.93% -
XYZ 45.8 25.56 48.98 -
YUV 131.4 158.82 203.32 -
System Red Green Blue C M Y K H S L
Decimal 237 67 186 0 0.72 0.22 0.07 318 0.83 0.6
Hex ED 43 BA 0 48 16 7 13E 53 3C
Octal 355 103 272 0 110 26 7 476 123 74
Binary 11101101 1000011 10111010 0 1001000 10110 111 100111110 1010011 111100

Color Harmonies of #ED43BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED43BA

Black with #ED43BA

Text Example


Text Example

White with #ED43BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED43BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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