Html Css Color HEX #EC2EDB Razzle Dazzle Rose

📋 copy color: '#EC2EDB'

red 236 ◦ green 46 ◦ blue 219

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

Shades of Razzle Dazzle Rose #EC2EDB

Tints of Razzle Dazzle Rose #EC2EDB

RGB

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

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

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

R = 47.11%
G = 9.18%
B = 43.71%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EC2EDB (or 0xEC2EDB) is known color: Razzle Dazzle Rose. HEX triplet: EC, 2E and DB. RGB value is (236,46,219). Sum of RGB (Red+Green+Blue) = 236+46+219=501 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.11% from 501); Green value is 46 (18.36% from 255 or 9.18% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2EDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC2EDB is #13D124. Grayscale: #7A7A7A. Windows color (decimal): -1298725 or 14364396. OLE color: 14364396.

HSL color Cylindrical-coordinate representation of color #EC2EDB: hue angle of 305.37º degrees, saturation: 0.83, 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 #EC2EDB is Cyan = 0, Magento = 0.81, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 46 219 -
CMYK 0 0.81 0.07 0.07
HSL 305.37º 0.83% 0.55% -
HSV(B) 305.37º 0.81% 0.93% -
XYZ 48.36 24.9 69.28 -
YUV 122.53 182.45 208.93 -
System Red Green Blue C M Y K H S L
Decimal 236 46 219 0 0.81 0.07 0.07 305.37 0.83 0.55
Hex EC 2E DB 0 51 7 7 131 53 37
Octal 354 56 333 0 121 7 7 461 123 67
Binary 11101100 101110 11011011 0 1010001 111 111 100110001 1010011 110111

Color Harmonies of #EC2EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2EDB

Black with #EC2EDB

Text Example


Text Example

White with #EC2EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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