Html Css Color HEX #ED47CA Razzle Dazzle Rose

📋 copy color: '#ED47CA'

red 237 ◦ green 71 ◦ blue 202

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

Shades of Razzle Dazzle Rose #ED47CA

Tints of Razzle Dazzle Rose #ED47CA

RGB

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

 GREEN value IS 71 (28.13% from 255) = 13.92%

 BLUE value IS 202 (79.3% from 255) = 39.61%

R = 46.47%
G = 13.92%
B = 39.61%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#ED47CA (or 0xED47CA) is known color: Razzle Dazzle Rose. HEX triplet: ED, 47 and CA. RGB value is (237,71,202). Sum of RGB (Red+Green+Blue) = 237+71+202=510 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.47% from 510); Green value is 71 (28.12% from 255 or 13.92% from 510); Blue value is 202 (79.30% from 255 or 39.61% from 510); Max value from RGB is 237 - color contains mainly: red. Hex color #ED47CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED47CA is #12B835. Grayscale: #878787. Windows color (decimal): -1226806 or 13256685. OLE color: 13256685.

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

Color convert

RGB 237 71 202 -
CMYK 0 0.70 0.15 0.07
HSL 312.65º 0.82% 0.6% -
HSV(B) 312.65º 0.7% 0.93% -
XYZ 47.84 26.78 58.52 -
YUV 135.57 165.5 200.35 -
System Red Green Blue C M Y K H S L
Decimal 237 71 202 0 0.70 0.15 0.07 312.65 0.82 0.6
Hex ED 47 CA 0 46 F 7 139 52 3C
Octal 355 107 312 0 106 17 7 471 122 74
Binary 11101101 1000111 11001010 0 1000110 1111 111 100111001 1010010 111100

Color Harmonies of #ED47CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED47CA

Black with #ED47CA

Text Example


Text Example

White with #ED47CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED47CA; }

 p { color: rgb(237,71,202); }

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

background-color css

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

 a { background-color: rgb(237,71,202); }

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

border-color css

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

 span { border-color: rgb(237,71,202); }

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