Html Css Color HEX #EF30BA Razzle Dazzle Rose

📋 copy color: '#EF30BA'

red 239 ◦ green 48 ◦ blue 186

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

Shades of Razzle Dazzle Rose #EF30BA

Tints of Razzle Dazzle Rose #EF30BA

RGB

 RED value IS 239 (93.75% from 255) = 50.53%

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

 BLUE value IS 186 (73.05% from 255) = 39.32%

R = 50.53%
G = 10.15%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#EF30BA (or 0xEF30BA) is known color: Razzle Dazzle Rose. HEX triplet: EF, 30 and BA. RGB value is (239,48,186). Sum of RGB (Red+Green+Blue) = 239+48+186=473 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.53% from 473); Green value is 48 (19.14% from 255 or 10.15% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 239 - color contains mainly: red. Hex color #EF30BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF30BA is #10CF45. Grayscale: #787878. Windows color (decimal): -1101638 or 12202223. OLE color: 12202223.

HSL color Cylindrical-coordinate representation of color #EF30BA: hue angle of 316.65º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EF30BA is Cyan = 0, Magento = 0.80, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 48 186 -
CMYK 0 0.80 0.22 0.06
HSL 316.65º 0.86% 0.56% -
HSV(B) 316.65º 0.8% 0.94% -
XYZ 45.52 24.01 48.69 -
YUV 120.84 164.78 212.28 -
System Red Green Blue C M Y K H S L
Decimal 239 48 186 0 0.80 0.22 0.06 316.65 0.86 0.56
Hex EF 30 BA 0 50 16 6 13D 56 38
Octal 357 60 272 0 120 26 6 475 126 70
Binary 11101111 110000 10111010 0 1010000 10110 110 100111101 1010110 111000

Color Harmonies of #EF30BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF30BA

Black with #EF30BA

Text Example


Text Example

White with #EF30BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF30BA; }

 p { color: rgb(239,48,186); }

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

background-color css

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

 a { background-color: rgb(239,48,186); }

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

border-color css

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

 span { border-color: rgb(239,48,186); }

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