Html Css Color HEX #EF1CDD Razzle Dazzle Rose

📋 copy color: '#EF1CDD'

red 239 ◦ green 28 ◦ blue 221

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

Shades of Razzle Dazzle Rose #EF1CDD

Tints of Razzle Dazzle Rose #EF1CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.29%

R = 48.98%
G = 5.74%
B = 45.29%

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

#EF1CDD (or 0xEF1CDD) is known color: Razzle Dazzle Rose. HEX triplet: EF, 1C and DD. RGB value is (239,28,221). Sum of RGB (Red+Green+Blue) = 239+28+221=488 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.98% from 488); Green value is 28 (11.33% from 255 or 5.74% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1CDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1CDD is #10E322. Grayscale: #707070. Windows color (decimal): -1106723 or 14490863. OLE color: 14490863.

HSL color Cylindrical-coordinate representation of color #EF1CDD: hue angle of 305.12º 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 #EF1CDD is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 28 221 -
CMYK 0 0.88 0.08 0.06
HSL 305.12º 0.87% 0.52% -
HSV(B) 305.12º 0.88% 0.94% -
XYZ 49.06 24.4 70.53 -
YUV 113.09 188.9 217.81 -
System Red Green Blue C M Y K H S L
Decimal 239 28 221 0 0.88 0.08 0.06 305.12 0.87 0.52
Hex EF 1C DD 0 58 8 6 131 57 34
Octal 357 34 335 0 130 10 6 461 127 64
Binary 11101111 11100 11011101 0 1011000 1000 110 100110001 1010111 110100

Color Harmonies of #EF1CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1CDD

Black with #EF1CDD

Text Example


Text Example

White with #EF1CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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