Html Css Color HEX #EC1EDB Razzle Dazzle Rose

📋 copy color: '#EC1EDB'

red 236 ◦ green 30 ◦ blue 219

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

Shades of Razzle Dazzle Rose #EC1EDB

Tints of Razzle Dazzle Rose #EC1EDB

RGB

 RED value IS 236 (92.58% from 255) = 48.66%

 GREEN value IS 30 (12.11% from 255) = 6.19%

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

R = 48.66%
G = 6.19%
B = 45.15%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EC1EDB (or 0xEC1EDB) is known color: Razzle Dazzle Rose. HEX triplet: EC, 1E and DB. RGB value is (236,30,219). Sum of RGB (Red+Green+Blue) = 236+30+219=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 30 (12.11% from 255 or 6.19% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1EDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC1EDB is #13E124. Grayscale: #707070. Windows color (decimal): -1302821 or 14360300. OLE color: 14360300.

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

Color convert

RGB 236 30 219 -
CMYK 0 0.87 0.07 0.07
HSL 304.95º 0.84% 0.52% -
HSV(B) 304.95º 0.87% 0.93% -
XYZ 47.84 23.88 69.1 -
YUV 113.14 187.75 215.63 -
System Red Green Blue C M Y K H S L
Decimal 236 30 219 0 0.87 0.07 0.07 304.95 0.84 0.52
Hex EC 1E DB 0 57 7 7 131 54 34
Octal 354 36 333 0 127 7 7 461 124 64
Binary 11101100 11110 11011011 0 1010111 111 111 100110001 1010100 110100

Color Harmonies of #EC1EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1EDB

Black with #EC1EDB

Text Example


Text Example

White with #EC1EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1EDB; }

 p { color: rgb(236,30,219); }

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

background-color css

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

 a { background-color: rgb(236,30,219); }

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

border-color css

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

 span { border-color: rgb(236,30,219); }

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