Html Css Color HEX #EF42AC Brilliant Rose

📋 copy color: '#EF42AC'

red 239 ◦ green 66 ◦ blue 172

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

Shades of Brilliant Rose #EF42AC

Tints of Brilliant Rose #EF42AC

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.84%

 BLUE value IS 172 (67.58% from 255) = 36.06%

R = 50.1%
G = 13.84%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EF42AC (or 0xEF42AC) is known color: Brilliant Rose. HEX triplet: EF, 42 and AC. RGB value is (239,66,172). Sum of RGB (Red+Green+Blue) = 239+66+172=477 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.10% from 477); Green value is 66 (26.17% from 255 or 13.84% from 477); Blue value is 172 (67.58% from 255 or 36.06% from 477); Max value from RGB is 239 - color contains mainly: red. Hex color #EF42AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF42AC is #10BD53. Grayscale: #818181. Windows color (decimal): -1097044 or 11289327. OLE color: 11289327.

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

Color convert

RGB 239 66 172 -
CMYK 0 0.72 0.28 0.06
HSL 323.24º 0.84% 0.6% -
HSV(B) 323.24º 0.72% 0.94% -
XYZ 44.99 25.23 41.53 -
YUV 129.81 151.81 205.88 -
System Red Green Blue C M Y K H S L
Decimal 239 66 172 0 0.72 0.28 0.06 323.24 0.84 0.6
Hex EF 42 AC 0 48 1C 6 143 54 3C
Octal 357 102 254 0 110 34 6 503 124 74
Binary 11101111 1000010 10101100 0 1001000 11100 110 101000011 1010100 111100

Color Harmonies of #EF42AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF42AC

Black with #EF42AC

Text Example


Text Example

White with #EF42AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF42AC; }

 p { color: rgb(239,66,172); }

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

background-color css

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

 a { background-color: rgb(239,66,172); }

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

border-color css

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

 span { border-color: rgb(239,66,172); }

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