Html Css Color HEX #EF3CDC Razzle Dazzle Rose

📋 copy color: '#EF3CDC'

red 239 ◦ green 60 ◦ blue 220

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

Shades of Razzle Dazzle Rose #EF3CDC

Tints of Razzle Dazzle Rose #EF3CDC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 11.56%

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

R = 46.05%
G = 11.56%
B = 42.39%

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

#EF3CDC (or 0xEF3CDC) is known color: Razzle Dazzle Rose. HEX triplet: EF, 3C and DC. RGB value is (239,60,220). Sum of RGB (Red+Green+Blue) = 239+60+220=519 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.05% from 519); Green value is 60 (23.83% from 255 or 11.56% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3CDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF3CDC is #10C323. Grayscale: #838383. Windows color (decimal): -1098532 or 14433519. OLE color: 14433519.

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

Color convert

RGB 239 60 220 -
CMYK 0 0.75 0.08 0.06
HSL 306.37º 0.85% 0.59% -
HSV(B) 306.37º 0.75% 0.94% -
XYZ 50.13 26.75 70.23 -
YUV 131.76 177.8 204.49 -
System Red Green Blue C M Y K H S L
Decimal 239 60 220 0 0.75 0.08 0.06 306.37 0.85 0.59
Hex EF 3C DC 0 4B 8 6 132 55 3B
Octal 357 74 334 0 113 10 6 462 125 73
Binary 11101111 111100 11011100 0 1001011 1000 110 100110010 1010101 111011

Color Harmonies of #EF3CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3CDC

Black with #EF3CDC

Text Example


Text Example

White with #EF3CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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