Html Css Color HEX #EC1EDD Razzle Dazzle Rose

📋 copy color: '#EC1EDD'

red 236 ◦ green 30 ◦ blue 221

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

Shades of Razzle Dazzle Rose #EC1EDD

Tints of Razzle Dazzle Rose #EC1EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.38%

R = 48.46%
G = 6.16%
B = 45.38%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EC1EDD (or 0xEC1EDD) is known color: Razzle Dazzle Rose. HEX triplet: EC, 1E and DD. RGB value is (236,30,221). Sum of RGB (Red+Green+Blue) = 236+30+221=487 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.46% from 487); Green value is 30 (12.11% from 255 or 6.16% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1EDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC1EDD is #13E122. Grayscale: #707070. Windows color (decimal): -1302819 or 14491372. OLE color: 14491372.

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

Color convert

RGB 236 30 221 -
CMYK 0 0.87 0.06 0.07
HSL 304.37º 0.84% 0.52% -
HSV(B) 304.37º 0.87% 0.93% -
XYZ 48.11 23.98 70.5 -
YUV 113.37 188.75 215.47 -
System Red Green Blue C M Y K H S L
Decimal 236 30 221 0 0.87 0.06 0.07 304.37 0.84 0.52
Hex EC 1E DD 0 57 6 7 130 54 34
Octal 354 36 335 0 127 6 7 460 124 64
Binary 11101100 11110 11011101 0 1010111 110 111 100110000 1010100 110100

Color Harmonies of #EC1EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1EDD

Black with #EC1EDD

Text Example


Text Example

White with #EC1EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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