Html Css Color HEX #EF3BDC Razzle Dazzle Rose

📋 copy color: '#EF3BDC'

red 239 ◦ green 59 ◦ blue 220

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

Shades of Razzle Dazzle Rose #EF3BDC

Tints of Razzle Dazzle Rose #EF3BDC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 11.39%

 BLUE value IS 220 (86.33% from 255) = 42.47%

R = 46.14%
G = 11.39%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EF3BDC (or 0xEF3BDC) is known color: Razzle Dazzle Rose. HEX triplet: EF, 3B and DC. RGB value is (239,59,220). Sum of RGB (Red+Green+Blue) = 239+59+220=518 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.14% from 518); Green value is 59 (23.44% from 255 or 11.39% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3BDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF3BDC is #10C423. Grayscale: #828282. Windows color (decimal): -1098788 or 14433263. OLE color: 14433263.

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

Color convert

RGB 239 59 220 -
CMYK 0 0.75 0.08 0.06
HSL 306.33º 0.85% 0.58% -
HSV(B) 306.33º 0.75% 0.94% -
XYZ 50.08 26.65 70.21 -
YUV 131.17 178.13 204.91 -
System Red Green Blue C M Y K H S L
Decimal 239 59 220 0 0.75 0.08 0.06 306.33 0.85 0.58
Hex EF 3B DC 0 4B 8 6 132 55 3A
Octal 357 73 334 0 113 10 6 462 125 72
Binary 11101111 111011 11011100 0 1001011 1000 110 100110010 1010101 111010

Color Harmonies of #EF3BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3BDC

Black with #EF3BDC

Text Example


Text Example

White with #EF3BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3BDC; }

 p { color: rgb(239,59,220); }

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

background-color css

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

 a { background-color: rgb(239,59,220); }

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

border-color css

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

 span { border-color: rgb(239,59,220); }

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