Html Css Color HEX #EF1CDA Razzle Dazzle Rose

📋 copy color: '#EF1CDA'

red 239 ◦ green 28 ◦ blue 218

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

Shades of Razzle Dazzle Rose #EF1CDA

Tints of Razzle Dazzle Rose #EF1CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.95%

R = 49.28%
G = 5.77%
B = 44.95%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#EF1CDA (or 0xEF1CDA) is known color: Razzle Dazzle Rose. HEX triplet: EF, 1C and DA. RGB value is (239,28,218). Sum of RGB (Red+Green+Blue) = 239+28+218=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 28 (11.33% from 255 or 5.77% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1CDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1CDA is #10E325. Grayscale: #707070. Windows color (decimal): -1106726 or 14294255. OLE color: 14294255.

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

Color convert

RGB 239 28 218 -
CMYK 0 0.88 0.09 0.06
HSL 305.97º 0.87% 0.52% -
HSV(B) 305.97º 0.88% 0.94% -
XYZ 48.67 24.24 68.44 -
YUV 112.75 187.4 218.05 -
System Red Green Blue C M Y K H S L
Decimal 239 28 218 0 0.88 0.09 0.06 305.97 0.87 0.52
Hex EF 1C DA 0 58 9 6 132 57 34
Octal 357 34 332 0 130 11 6 462 127 64
Binary 11101111 11100 11011010 0 1011000 1001 110 100110010 1010111 110100

Color Harmonies of #EF1CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1CDA

Black with #EF1CDA

Text Example


Text Example

White with #EF1CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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