Html Css Color HEX #EF47A8 Brilliant Rose

📋 copy color: '#EF47A8'

red 239 ◦ green 71 ◦ blue 168

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

Shades of Brilliant Rose #EF47A8

Tints of Brilliant Rose #EF47A8

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.85%

 BLUE value IS 168 (66.02% from 255) = 35.15%

R = 50%
G = 14.85%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.30

 K value IS 0.06

RGB Variations

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

Color information

#EF47A8 (or 0xEF47A8) is known color: Brilliant Rose. HEX triplet: EF, 47 and A8. RGB value is (239,71,168). Sum of RGB (Red+Green+Blue) = 239+71+168=478 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50% from 478); Green value is 71 (28.12% from 255 or 14.85% from 478); Blue value is 168 (66.02% from 255 or 35.15% from 478); Max value from RGB is 239 - color contains mainly: red. Hex color #EF47A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF47A8 is #10B857. Grayscale: #848484. Windows color (decimal): -1095768 or 11028463. OLE color: 11028463.

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

Color convert

RGB 239 71 168 -
CMYK 0 0.70 0.30 0.06
HSL 325.36º 0.84% 0.61% -
HSV(B) 325.36º 0.7% 0.94% -
XYZ 44.92 25.68 39.64 -
YUV 132.29 148.16 204.11 -
System Red Green Blue C M Y K H S L
Decimal 239 71 168 0 0.70 0.30 0.06 325.36 0.84 0.61
Hex EF 47 A8 0 46 1E 6 145 54 3D
Octal 357 107 250 0 106 36 6 505 124 75
Binary 11101111 1000111 10101000 0 1000110 11110 110 101000101 1010100 111101

Color Harmonies of #EF47A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF47A8

Black with #EF47A8

Text Example


Text Example

White with #EF47A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF47A8; }

 p { color: rgb(239,71,168); }

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

background-color css

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

 a { background-color: rgb(239,71,168); }

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

border-color css

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

 span { border-color: rgb(239,71,168); }

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