Html Css Color HEX #ED2FDA Razzle Dazzle Rose

📋 copy color: '#ED2FDA'

red 237 ◦ green 47 ◦ blue 218

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

Shades of Razzle Dazzle Rose #ED2FDA

Tints of Razzle Dazzle Rose #ED2FDA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.36%

 BLUE value IS 218 (85.55% from 255) = 43.43%

R = 47.21%
G = 9.36%
B = 43.43%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#ED2FDA (or 0xED2FDA) is known color: Razzle Dazzle Rose. HEX triplet: ED, 2F and DA. RGB value is (237,47,218). Sum of RGB (Red+Green+Blue) = 237+47+218=502 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.21% from 502); Green value is 47 (18.75% from 255 or 9.36% from 502); Blue value is 218 (85.55% from 255 or 43.43% from 502); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2FDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED2FDA is #12D025. Grayscale: #7A7A7A. Windows color (decimal): -1232934 or 14299117. OLE color: 14299117.

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

Color convert

RGB 237 47 218 -
CMYK 0 0.80 0.08 0.07
HSL 306º 0.84% 0.56% -
HSV(B) 306º 0.8% 0.93% -
XYZ 48.6 25.1 68.61 -
YUV 123.3 181.45 209.1 -
System Red Green Blue C M Y K H S L
Decimal 237 47 218 0 0.80 0.08 0.07 306 0.84 0.56
Hex ED 2F DA 0 50 8 7 132 54 38
Octal 355 57 332 0 120 10 7 462 124 70
Binary 11101101 101111 11011010 0 1010000 1000 111 100110010 1010100 111000

Color Harmonies of #ED2FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2FDA

Black with #ED2FDA

Text Example


Text Example

White with #ED2FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2FDA; }

 p { color: rgb(237,47,218); }

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

background-color css

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

 a { background-color: rgb(237,47,218); }

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

border-color css

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

 span { border-color: rgb(237,47,218); }

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