Html Css Color HEX #EF30BB Razzle Dazzle Rose

📋 copy color: '#EF30BB'

red 239 ◦ green 48 ◦ blue 187

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

Shades of Razzle Dazzle Rose #EF30BB

Tints of Razzle Dazzle Rose #EF30BB

RGB

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

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

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

R = 50.42%
G = 10.13%
B = 39.45%

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

#EF30BB (or 0xEF30BB) is known color: Razzle Dazzle Rose. HEX triplet: EF, 30 and BB. RGB value is (239,48,187). Sum of RGB (Red+Green+Blue) = 239+48+187=474 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.42% from 474); Green value is 48 (19.14% from 255 or 10.13% from 474); Blue value is 187 (73.44% from 255 or 39.45% from 474); Max value from RGB is 239 - color contains mainly: red. Hex color #EF30BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF30BB is #10CF44. Grayscale: #787878. Windows color (decimal): -1101637 or 12267759. OLE color: 12267759.

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

Color convert

RGB 239 48 187 -
CMYK 0 0.80 0.22 0.06
HSL 316.34º 0.86% 0.56% -
HSV(B) 316.34º 0.8% 0.94% -
XYZ 45.62 24.05 49.25 -
YUV 120.96 165.28 212.2 -
System Red Green Blue C M Y K H S L
Decimal 239 48 187 0 0.80 0.22 0.06 316.34 0.86 0.56
Hex EF 30 BB 0 50 16 6 13C 56 38
Octal 357 60 273 0 120 26 6 474 126 70
Binary 11101111 110000 10111011 0 1010000 10110 110 100111100 1010110 111000

Color Harmonies of #EF30BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF30BB

Black with #EF30BB

Text Example


Text Example

White with #EF30BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF30BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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