Html Css Color HEX #EF48C2 Razzle Dazzle Rose

📋 copy color: '#EF48C2'

red 239 ◦ green 72 ◦ blue 194

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

Shades of Razzle Dazzle Rose #EF48C2

Tints of Razzle Dazzle Rose #EF48C2

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.26%

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

R = 47.33%
G = 14.26%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#EF48C2 (or 0xEF48C2) is known color: Razzle Dazzle Rose. HEX triplet: EF, 48 and C2. RGB value is (239,72,194). Sum of RGB (Red+Green+Blue) = 239+72+194=505 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.33% from 505); Green value is 72 (28.52% from 255 or 14.26% from 505); Blue value is 194 (76.17% from 255 or 38.42% from 505); Max value from RGB is 239 - color contains mainly: red. Hex color #EF48C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF48C2 is #10B73D. Grayscale: #878787. Windows color (decimal): -1095486 or 12732655. OLE color: 12732655.

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

Color convert

RGB 239 72 194 -
CMYK 0 0.70 0.19 0.06
HSL 316.17º 0.84% 0.61% -
HSV(B) 316.17º 0.7% 0.94% -
XYZ 47.65 26.88 53.72 -
YUV 135.84 160.83 201.58 -
System Red Green Blue C M Y K H S L
Decimal 239 72 194 0 0.70 0.19 0.06 316.17 0.84 0.61
Hex EF 48 C2 0 46 13 6 13C 54 3D
Octal 357 110 302 0 106 23 6 474 124 75
Binary 11101111 1001000 11000010 0 1000110 10011 110 100111100 1010100 111101

Color Harmonies of #EF48C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF48C2

Black with #EF48C2

Text Example


Text Example

White with #EF48C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF48C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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