Html Css Color HEX #EF3AD2 Razzle Dazzle Rose

📋 copy color: '#EF3AD2'

red 239 ◦ green 58 ◦ blue 210

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

Shades of Razzle Dazzle Rose #EF3AD2

Tints of Razzle Dazzle Rose #EF3AD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 41.42%

R = 47.14%
G = 11.44%
B = 41.42%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#EF3AD2 (or 0xEF3AD2) is known color: Razzle Dazzle Rose. HEX triplet: EF, 3A and D2. RGB value is (239,58,210). Sum of RGB (Red+Green+Blue) = 239+58+210=507 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.14% from 507); Green value is 58 (23.05% from 255 or 11.44% from 507); Blue value is 210 (82.42% from 255 or 41.42% from 507); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3AD2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF3AD2 is #10C52D. Grayscale: #818181. Windows color (decimal): -1099054 or 13777647. OLE color: 13777647.

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

Color convert

RGB 239 58 210 -
CMYK 0 0.76 0.12 0.06
HSL 309.61º 0.85% 0.58% -
HSV(B) 309.61º 0.76% 0.94% -
XYZ 48.74 26.03 63.43 -
YUV 129.45 173.47 206.14 -
System Red Green Blue C M Y K H S L
Decimal 239 58 210 0 0.76 0.12 0.06 309.61 0.85 0.58
Hex EF 3A D2 0 4C C 6 136 55 3A
Octal 357 72 322 0 114 14 6 466 125 72
Binary 11101111 111010 11010010 0 1001100 1100 110 100110110 1010101 111010

Color Harmonies of #EF3AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3AD2

Black with #EF3AD2

Text Example


Text Example

White with #EF3AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3AD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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