Html Css Color HEX #EF3ADA Razzle Dazzle Rose

📋 copy color: '#EF3ADA'

red 239 ◦ green 58 ◦ blue 218

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

Shades of Razzle Dazzle Rose #EF3ADA

Tints of Razzle Dazzle Rose #EF3ADA

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.26%

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

R = 46.41%
G = 11.26%
B = 42.33%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#EF3ADA (or 0xEF3ADA) is known color: Razzle Dazzle Rose. HEX triplet: EF, 3A and DA. RGB value is (239,58,218). Sum of RGB (Red+Green+Blue) = 239+58+218=515 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.41% from 515); Green value is 58 (23.05% from 255 or 11.26% from 515); Blue value is 218 (85.55% from 255 or 42.33% from 515); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3ADA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF3ADA is #10C525. Grayscale: #818181. Windows color (decimal): -1099046 or 14301935. OLE color: 14301935.

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

Color convert

RGB 239 58 218 -
CMYK 0 0.76 0.09 0.06
HSL 306.96º 0.85% 0.58% -
HSV(B) 306.96º 0.76% 0.94% -
XYZ 49.76 26.44 68.81 -
YUV 130.36 177.47 205.49 -
System Red Green Blue C M Y K H S L
Decimal 239 58 218 0 0.76 0.09 0.06 306.96 0.85 0.58
Hex EF 3A DA 0 4C 9 6 133 55 3A
Octal 357 72 332 0 114 11 6 463 125 72
Binary 11101111 111010 11011010 0 1001100 1001 110 100110011 1010101 111010

Color Harmonies of #EF3ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3ADA

Black with #EF3ADA

Text Example


Text Example

White with #EF3ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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