Html Css Color HEX #EC30D2 Razzle Dazzle Rose

📋 copy color: '#EC30D2'

red 236 ◦ green 48 ◦ blue 210

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

Shades of Razzle Dazzle Rose #EC30D2

Tints of Razzle Dazzle Rose #EC30D2

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.72%

 BLUE value IS 210 (82.42% from 255) = 42.51%

R = 47.77%
G = 9.72%
B = 42.51%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EC30D2 (or 0xEC30D2) is known color: Razzle Dazzle Rose. HEX triplet: EC, 30 and D2. RGB value is (236,48,210). Sum of RGB (Red+Green+Blue) = 236+48+210=494 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.77% from 494); Green value is 48 (19.14% from 255 or 9.72% from 494); Blue value is 210 (82.42% from 255 or 42.51% from 494); Max value from RGB is 236 - color contains mainly: red. Hex color #EC30D2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC30D2 is #13CF2D. Grayscale: #7A7A7A. Windows color (decimal): -1298222 or 13775084. OLE color: 13775084.

HSL color Cylindrical-coordinate representation of color #EC30D2: hue angle of 308.3º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EC30D2 is Cyan = 0, Magento = 0.80, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 48 210 -
CMYK 0 0.80 0.11 0.07
HSL 308.3º 0.83% 0.56% -
HSV(B) 308.3º 0.8% 0.93% -
XYZ 47.28 24.6 63.23 -
YUV 122.68 177.28 208.83 -
System Red Green Blue C M Y K H S L
Decimal 236 48 210 0 0.80 0.11 0.07 308.3 0.83 0.56
Hex EC 30 D2 0 50 B 7 134 53 38
Octal 354 60 322 0 120 13 7 464 123 70
Binary 11101100 110000 11010010 0 1010000 1011 111 100110100 1010011 111000

Color Harmonies of #EC30D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC30D2

Black with #EC30D2

Text Example


Text Example

White with #EC30D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC30D2; }

 p { color: rgb(236,48,210); }

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

background-color css

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

 a { background-color: rgb(236,48,210); }

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

border-color css

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

 span { border-color: rgb(236,48,210); }

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