Html Css Color HEX #EF1DDC Razzle Dazzle Rose

📋 copy color: '#EF1DDC'

red 239 ◦ green 29 ◦ blue 220

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

Shades of Razzle Dazzle Rose #EF1DDC

Tints of Razzle Dazzle Rose #EF1DDC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 5.94%

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

R = 48.98%
G = 5.94%
B = 45.08%

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

#EF1DDC (or 0xEF1DDC) is known color: Razzle Dazzle Rose. HEX triplet: EF, 1D and DC. RGB value is (239,29,220). Sum of RGB (Red+Green+Blue) = 239+29+220=488 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.98% from 488); Green value is 29 (11.72% from 255 or 5.94% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1DDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1DDC is #10E223. Grayscale: #717171. Windows color (decimal): -1106468 or 14425583. OLE color: 14425583.

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

Color convert

RGB 239 29 220 -
CMYK 0 0.88 0.08 0.06
HSL 305.43º 0.87% 0.53% -
HSV(B) 305.43º 0.88% 0.94% -
XYZ 48.95 24.4 69.84 -
YUV 113.56 188.07 217.47 -
System Red Green Blue C M Y K H S L
Decimal 239 29 220 0 0.88 0.08 0.06 305.43 0.87 0.53
Hex EF 1D DC 0 58 8 6 131 57 35
Octal 357 35 334 0 130 10 6 461 127 65
Binary 11101111 11101 11011100 0 1011000 1000 110 100110001 1010111 110101

Color Harmonies of #EF1DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1DDC

Black with #EF1DDC

Text Example


Text Example

White with #EF1DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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