Html Css Color HEX #EF3CDA Razzle Dazzle Rose

📋 copy color: '#EF3CDA'

red 239 ◦ green 60 ◦ blue 218

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

Shades of Razzle Dazzle Rose #EF3CDA

Tints of Razzle Dazzle Rose #EF3CDA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 11.61%

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

R = 46.23%
G = 11.61%
B = 42.17%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#EF3CDA (or 0xEF3CDA) is known color: Razzle Dazzle Rose. HEX triplet: EF, 3C and DA. RGB value is (239,60,218). Sum of RGB (Red+Green+Blue) = 239+60+218=517 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.23% from 517); Green value is 60 (23.83% from 255 or 11.61% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3CDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF3CDA is #10C325. Grayscale: #838383. Windows color (decimal): -1098534 or 14302447. OLE color: 14302447.

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

Color convert

RGB 239 60 218 -
CMYK 0 0.75 0.09 0.06
HSL 307.04º 0.85% 0.59% -
HSV(B) 307.04º 0.75% 0.94% -
XYZ 49.87 26.64 68.84 -
YUV 131.53 176.8 204.65 -
System Red Green Blue C M Y K H S L
Decimal 239 60 218 0 0.75 0.09 0.06 307.04 0.85 0.59
Hex EF 3C DA 0 4B 9 6 133 55 3B
Octal 357 74 332 0 113 11 6 463 125 73
Binary 11101111 111100 11011010 0 1001011 1001 110 100110011 1010101 111011

Color Harmonies of #EF3CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3CDA

Black with #EF3CDA

Text Example


Text Example

White with #EF3CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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