Html Css Color HEX #ED2ED0 Razzle Dazzle Rose

📋 copy color: '#ED2ED0'

red 237 ◦ green 46 ◦ blue 208

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

Shades of Razzle Dazzle Rose #ED2ED0

Tints of Razzle Dazzle Rose #ED2ED0

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.37%

 BLUE value IS 208 (81.64% from 255) = 42.36%

R = 48.27%
G = 9.37%
B = 42.36%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#ED2ED0 (or 0xED2ED0) is known color: Razzle Dazzle Rose. HEX triplet: ED, 2E and D0. RGB value is (237,46,208). Sum of RGB (Red+Green+Blue) = 237+46+208=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 46 (18.36% from 255 or 9.37% from 491); Blue value is 208 (81.64% from 255 or 42.36% from 491); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2ED0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED2ED0 is #12D12F. Grayscale: #797979. Windows color (decimal): -1233200 or 13643501. OLE color: 13643501.

HSL color Cylindrical-coordinate representation of color #ED2ED0: hue angle of 309.11º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ED2ED0 is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 46 208 -
CMYK 0 0.81 0.12 0.07
HSL 309.11º 0.84% 0.55% -
HSV(B) 309.11º 0.81% 0.93% -
XYZ 47.29 24.51 61.91 -
YUV 121.58 176.78 210.33 -
System Red Green Blue C M Y K H S L
Decimal 237 46 208 0 0.81 0.12 0.07 309.11 0.84 0.55
Hex ED 2E D0 0 51 C 7 135 54 37
Octal 355 56 320 0 121 14 7 465 124 67
Binary 11101101 101110 11010000 0 1010001 1100 111 100110101 1010100 110111

Color Harmonies of #ED2ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2ED0

Black with #ED2ED0

Text Example


Text Example

White with #ED2ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2ED0; }

 p { color: rgb(237,46,208); }

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

background-color css

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

 a { background-color: rgb(237,46,208); }

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

border-color css

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

 span { border-color: rgb(237,46,208); }

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