Html Css Color HEX #EF1CDC Razzle Dazzle Rose

📋 copy color: '#EF1CDC'

red 239 ◦ green 28 ◦ blue 220

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

Shades of Razzle Dazzle Rose #EF1CDC

Tints of Razzle Dazzle Rose #EF1CDC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.75%

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

R = 49.08%
G = 5.75%
B = 45.17%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EF1CDC (or 0xEF1CDC) is known color: Razzle Dazzle Rose. HEX triplet: EF, 1C and DC. RGB value is (239,28,220). Sum of RGB (Red+Green+Blue) = 239+28+220=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 28 (11.33% from 255 or 5.75% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1CDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1CDC is #10E323. Grayscale: #707070. Windows color (decimal): -1106724 or 14425327. OLE color: 14425327.

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

Color convert

RGB 239 28 220 -
CMYK 0 0.88 0.08 0.06
HSL 305.4º 0.87% 0.52% -
HSV(B) 305.4º 0.88% 0.94% -
XYZ 48.93 24.35 69.83 -
YUV 112.98 188.4 217.89 -
System Red Green Blue C M Y K H S L
Decimal 239 28 220 0 0.88 0.08 0.06 305.4 0.87 0.52
Hex EF 1C DC 0 58 8 6 131 57 34
Octal 357 34 334 0 130 10 6 461 127 64
Binary 11101111 11100 11011100 0 1011000 1000 110 100110001 1010111 110100

Color Harmonies of #EF1CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1CDC

Black with #EF1CDC

Text Example


Text Example

White with #EF1CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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