Html Css Color HEX #EC30BB Razzle Dazzle Rose

📋 copy color: '#EC30BB'

red 236 ◦ green 48 ◦ blue 187

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

Shades of Razzle Dazzle Rose #EC30BB

Tints of Razzle Dazzle Rose #EC30BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.7%

R = 50.11%
G = 10.19%
B = 39.7%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EC30BB (or 0xEC30BB) is known color: Razzle Dazzle Rose. HEX triplet: EC, 30 and BB. RGB value is (236,48,187). Sum of RGB (Red+Green+Blue) = 236+48+187=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 48 (19.14% from 255 or 10.19% from 471); Blue value is 187 (73.44% from 255 or 39.70% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #EC30BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC30BB is #13CF44. Grayscale: #777777. Windows color (decimal): -1298245 or 12267756. OLE color: 12267756.

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

Color convert

RGB 236 48 187 -
CMYK 0 0.80 0.21 0.07
HSL 315.64º 0.83% 0.56% -
HSV(B) 315.64º 0.8% 0.93% -
XYZ 44.62 23.53 49.2 -
YUV 120.06 165.78 210.7 -
System Red Green Blue C M Y K H S L
Decimal 236 48 187 0 0.80 0.21 0.07 315.64 0.83 0.56
Hex EC 30 BB 0 50 15 7 13C 53 38
Octal 354 60 273 0 120 25 7 474 123 70
Binary 11101100 110000 10111011 0 1010000 10101 111 100111100 1010011 111000

Color Harmonies of #EC30BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC30BB

Black with #EC30BB

Text Example


Text Example

White with #EC30BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC30BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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