Html Css Color HEX #EF1EDA Razzle Dazzle Rose

📋 copy color: '#EF1EDA'

red 239 ◦ green 30 ◦ blue 218

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

Shades of Razzle Dazzle Rose #EF1EDA

Tints of Razzle Dazzle Rose #EF1EDA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.16%

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

R = 49.08%
G = 6.16%
B = 44.76%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#EF1EDA (or 0xEF1EDA) is known color: Razzle Dazzle Rose. HEX triplet: EF, 1E and DA. RGB value is (239,30,218). Sum of RGB (Red+Green+Blue) = 239+30+218=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 30 (12.11% from 255 or 6.16% from 487); Blue value is 218 (85.55% from 255 or 44.76% from 487); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1EDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1EDA is #10E125. Grayscale: #717171. Windows color (decimal): -1106214 or 14294767. OLE color: 14294767.

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

Color convert

RGB 239 30 218 -
CMYK 0 0.87 0.09 0.06
HSL 306.03º 0.87% 0.53% -
HSV(B) 306.03º 0.87% 0.94% -
XYZ 48.72 24.34 68.46 -
YUV 113.92 186.74 217.21 -
System Red Green Blue C M Y K H S L
Decimal 239 30 218 0 0.87 0.09 0.06 306.03 0.87 0.53
Hex EF 1E DA 0 57 9 6 132 57 35
Octal 357 36 332 0 127 11 6 462 127 65
Binary 11101111 11110 11011010 0 1010111 1001 110 100110010 1010111 110101

Color Harmonies of #EF1EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1EDA

Black with #EF1EDA

Text Example


Text Example

White with #EF1EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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