Html Css Color HEX #EF4DBF Razzle Dazzle Rose

📋 copy color: '#EF4DBF'

red 239 ◦ green 77 ◦ blue 191

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

Shades of Razzle Dazzle Rose #EF4DBF

Tints of Razzle Dazzle Rose #EF4DBF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.19%

 BLUE value IS 191 (75% from 255) = 37.67%

R = 47.14%
G = 15.19%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#EF4DBF (or 0xEF4DBF) is known color: Razzle Dazzle Rose. HEX triplet: EF, 4D and BF. RGB value is (239,77,191). Sum of RGB (Red+Green+Blue) = 239+77+191=507 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.14% from 507); Green value is 77 (30.47% from 255 or 15.19% from 507); Blue value is 191 (75% from 255 or 37.67% from 507); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4DBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF4DBF is #10B240. Grayscale: #8A8A8A. Windows color (decimal): -1094209 or 12537327. OLE color: 12537327.

HSL color Cylindrical-coordinate representation of color #EF4DBF: hue angle of 317.78º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EF4DBF is Cyan = 0, Magento = 0.68, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 77 191 -
CMYK 0 0.68 0.20 0.06
HSL 317.78º 0.84% 0.62% -
HSV(B) 317.78º 0.68% 0.94% -
XYZ 47.65 27.42 52.07 -
YUV 138.43 157.67 199.73 -
System Red Green Blue C M Y K H S L
Decimal 239 77 191 0 0.68 0.20 0.06 317.78 0.84 0.62
Hex EF 4D BF 0 44 14 6 13E 54 3E
Octal 357 115 277 0 104 24 6 476 124 76
Binary 11101111 1001101 10111111 0 1000100 10100 110 100111110 1010100 111110

Color Harmonies of #EF4DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4DBF

Black with #EF4DBF

Text Example


Text Example

White with #EF4DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4DBF; }

 p { color: rgb(239,77,191); }

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

background-color css

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

 a { background-color: rgb(239,77,191); }

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

border-color css

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

 span { border-color: rgb(239,77,191); }

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