Html Css Color HEX #EF3ADC Razzle Dazzle Rose

📋 copy color: '#EF3ADC'

red 239 ◦ green 58 ◦ blue 220

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

Shades of Razzle Dazzle Rose #EF3ADC

Tints of Razzle Dazzle Rose #EF3ADC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.22%

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

R = 46.23%
G = 11.22%
B = 42.55%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EF3ADC (or 0xEF3ADC) is known color: Razzle Dazzle Rose. HEX triplet: EF, 3A and DC. RGB value is (239,58,220). Sum of RGB (Red+Green+Blue) = 239+58+220=517 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.23% from 517); Green value is 58 (23.05% from 255 or 11.22% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3ADC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF3ADC is #10C523. Grayscale: #828282. Windows color (decimal): -1099044 or 14433007. OLE color: 14433007.

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

Color convert

RGB 239 58 220 -
CMYK 0 0.76 0.08 0.06
HSL 306.3º 0.85% 0.58% -
HSV(B) 306.3º 0.76% 0.94% -
XYZ 50.03 26.54 70.2 -
YUV 130.59 178.47 205.33 -
System Red Green Blue C M Y K H S L
Decimal 239 58 220 0 0.76 0.08 0.06 306.3 0.85 0.58
Hex EF 3A DC 0 4C 8 6 132 55 3A
Octal 357 72 334 0 114 10 6 462 125 72
Binary 11101111 111010 11011100 0 1001100 1000 110 100110010 1010101 111010

Color Harmonies of #EF3ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3ADC

Black with #EF3ADC

Text Example


Text Example

White with #EF3ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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