Html Css Color HEX #EF4AC2 Razzle Dazzle Rose

📋 copy color: '#EF4AC2'

red 239 ◦ green 74 ◦ blue 194

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

Shades of Razzle Dazzle Rose #EF4AC2

Tints of Razzle Dazzle Rose #EF4AC2

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.6%

 BLUE value IS 194 (76.17% from 255) = 38.26%

R = 47.14%
G = 14.6%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#EF4AC2 (or 0xEF4AC2) is known color: Razzle Dazzle Rose. HEX triplet: EF, 4A and C2. RGB value is (239,74,194). Sum of RGB (Red+Green+Blue) = 239+74+194=507 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.14% from 507); Green value is 74 (29.30% from 255 or 14.60% from 507); Blue value is 194 (76.17% from 255 or 38.26% from 507); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4AC2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF4AC2 is #10B53D. Grayscale: #888888. Windows color (decimal): -1094974 or 12733167. OLE color: 12733167.

HSL color Cylindrical-coordinate representation of color #EF4AC2: hue angle of 316.36º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EF4AC2 is Cyan = 0, Magento = 0.69, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 74 194 -
CMYK 0 0.69 0.19 0.06
HSL 316.36º 0.84% 0.61% -
HSV(B) 316.36º 0.69% 0.94% -
XYZ 47.78 27.14 53.76 -
YUV 137.02 160.16 200.74 -
System Red Green Blue C M Y K H S L
Decimal 239 74 194 0 0.69 0.19 0.06 316.36 0.84 0.61
Hex EF 4A C2 0 45 13 6 13C 54 3D
Octal 357 112 302 0 105 23 6 474 124 75
Binary 11101111 1001010 11000010 0 1000101 10011 110 100111100 1010100 111101

Color Harmonies of #EF4AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4AC2

Black with #EF4AC2

Text Example


Text Example

White with #EF4AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4AC2; }

 p { color: rgb(239,74,194); }

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

background-color css

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

 a { background-color: rgb(239,74,194); }

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

border-color css

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

 span { border-color: rgb(239,74,194); }

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