Html Css Color HEX #EF40DA Razzle Dazzle Rose

📋 copy color: '#EF40DA'

red 239 ◦ green 64 ◦ blue 218

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

Shades of Razzle Dazzle Rose #EF40DA

Tints of Razzle Dazzle Rose #EF40DA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.28%

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

R = 45.87%
G = 12.28%
B = 41.84%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#EF40DA (or 0xEF40DA) is known color: Razzle Dazzle Rose. HEX triplet: EF, 40 and DA. RGB value is (239,64,218). Sum of RGB (Red+Green+Blue) = 239+64+218=521 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.87% from 521); Green value is 64 (25.39% from 255 or 12.28% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 239 - color contains mainly: red. Hex color #EF40DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF40DA is #10BF25. Grayscale: #858585. Windows color (decimal): -1097510 or 14303471. OLE color: 14303471.

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

Color convert

RGB 239 64 218 -
CMYK 0 0.73 0.09 0.06
HSL 307.2º 0.85% 0.59% -
HSV(B) 307.2º 0.73% 0.94% -
XYZ 50.08 27.08 68.92 -
YUV 133.88 175.48 202.98 -
System Red Green Blue C M Y K H S L
Decimal 239 64 218 0 0.73 0.09 0.06 307.2 0.85 0.59
Hex EF 40 DA 0 49 9 6 133 55 3B
Octal 357 100 332 0 111 11 6 463 125 73
Binary 11101111 1000000 11011010 0 1001001 1001 110 100110011 1010101 111011

Color Harmonies of #EF40DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF40DA

Black with #EF40DA

Text Example


Text Example

White with #EF40DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF40DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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