Html Css Color HEX #ED3ADB Razzle Dazzle Rose

📋 copy color: '#ED3ADB'

red 237 ◦ green 58 ◦ blue 219

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

Shades of Razzle Dazzle Rose #ED3ADB

Tints of Razzle Dazzle Rose #ED3ADB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.28%

 BLUE value IS 219 (85.94% from 255) = 42.61%

R = 46.11%
G = 11.28%
B = 42.61%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#ED3ADB (or 0xED3ADB) is known color: Razzle Dazzle Rose. HEX triplet: ED, 3A and DB. RGB value is (237,58,219). Sum of RGB (Red+Green+Blue) = 237+58+219=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 58 (23.05% from 255 or 11.28% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3ADB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED3ADB is #12C524. Grayscale: #818181. Windows color (decimal): -1230117 or 14367469. OLE color: 14367469.

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

Color convert

RGB 237 58 219 -
CMYK 0 0.76 0.08 0.07
HSL 306.03º 0.83% 0.58% -
HSV(B) 306.03º 0.76% 0.93% -
XYZ 49.22 26.15 69.47 -
YUV 129.88 178.3 204.41 -
System Red Green Blue C M Y K H S L
Decimal 237 58 219 0 0.76 0.08 0.07 306.03 0.83 0.58
Hex ED 3A DB 0 4C 8 7 132 53 3A
Octal 355 72 333 0 114 10 7 462 123 72
Binary 11101101 111010 11011011 0 1001100 1000 111 100110010 1010011 111010

Color Harmonies of #ED3ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3ADB

Black with #ED3ADB

Text Example


Text Example

White with #ED3ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3ADB; }

 p { color: rgb(237,58,219); }

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

background-color css

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

 a { background-color: rgb(237,58,219); }

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

border-color css

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

 span { border-color: rgb(237,58,219); }

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