Html Css Color HEX #EF40BA Razzle Dazzle Rose

📋 copy color: '#EF40BA'

red 239 ◦ green 64 ◦ blue 186

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

Shades of Razzle Dazzle Rose #EF40BA

Tints of Razzle Dazzle Rose #EF40BA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.09%

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

R = 48.88%
G = 13.09%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#EF40BA (or 0xEF40BA) is known color: Razzle Dazzle Rose. HEX triplet: EF, 40 and BA. RGB value is (239,64,186). Sum of RGB (Red+Green+Blue) = 239+64+186=489 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.88% from 489); Green value is 64 (25.39% from 255 or 13.09% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 239 - color contains mainly: red. Hex color #EF40BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF40BA is #10BF45. Grayscale: #818181. Windows color (decimal): -1097542 or 12206319. OLE color: 12206319.

HSL color Cylindrical-coordinate representation of color #EF40BA: hue angle of 318.17º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EF40BA is Cyan = 0, Magento = 0.73, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 64 186 -
CMYK 0 0.73 0.22 0.06
HSL 318.17º 0.85% 0.59% -
HSV(B) 318.17º 0.73% 0.94% -
XYZ 46.29 25.56 48.95 -
YUV 130.23 159.48 205.58 -
System Red Green Blue C M Y K H S L
Decimal 239 64 186 0 0.73 0.22 0.06 318.17 0.85 0.59
Hex EF 40 BA 0 49 16 6 13E 55 3B
Octal 357 100 272 0 111 26 6 476 125 73
Binary 11101111 1000000 10111010 0 1001001 10110 110 100111110 1010101 111011

Color Harmonies of #EF40BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF40BA

Black with #EF40BA

Text Example


Text Example

White with #EF40BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF40BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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