Html Css Color HEX #EF40B7 Razzle Dazzle Rose

📋 copy color: '#EF40B7'

red 239 ◦ green 64 ◦ blue 183

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

Shades of Razzle Dazzle Rose #EF40B7

Tints of Razzle Dazzle Rose #EF40B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 37.65%

R = 49.18%
G = 13.17%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#EF40B7 (or 0xEF40B7) is known color: Razzle Dazzle Rose. HEX triplet: EF, 40 and B7. RGB value is (239,64,183). Sum of RGB (Red+Green+Blue) = 239+64+183=486 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.18% from 486); Green value is 64 (25.39% from 255 or 13.17% from 486); Blue value is 183 (71.88% from 255 or 37.65% from 486); Max value from RGB is 239 - color contains mainly: red. Hex color #EF40B7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF40B7 is #10BF48. Grayscale: #818181. Windows color (decimal): -1097545 or 12009711. OLE color: 12009711.

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

Color convert

RGB 239 64 183 -
CMYK 0 0.73 0.23 0.06
HSL 319.2º 0.85% 0.59% -
HSV(B) 319.2º 0.73% 0.94% -
XYZ 45.98 25.44 47.29 -
YUV 129.89 157.98 205.82 -
System Red Green Blue C M Y K H S L
Decimal 239 64 183 0 0.73 0.23 0.06 319.2 0.85 0.59
Hex EF 40 B7 0 49 17 6 13F 55 3B
Octal 357 100 267 0 111 27 6 477 125 73
Binary 11101111 1000000 10110111 0 1001001 10111 110 100111111 1010101 111011

Color Harmonies of #EF40B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF40B7

Black with #EF40B7

Text Example


Text Example

White with #EF40B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF40B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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