Html Css Color HEX #EF4FA8 Brilliant Rose

📋 copy color: '#EF4FA8'

red 239 ◦ green 79 ◦ blue 168

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

Shades of Brilliant Rose #EF4FA8

Tints of Brilliant Rose #EF4FA8

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.26%

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

R = 49.18%
G = 16.26%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.30

 K value IS 0.06

RGB Variations

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

Color information

#EF4FA8 (or 0xEF4FA8) is known color: Brilliant Rose. HEX triplet: EF, 4F and A8. RGB value is (239,79,168). Sum of RGB (Red+Green+Blue) = 239+79+168=486 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.18% from 486); Green value is 79 (31.25% from 255 or 16.26% from 486); Blue value is 168 (66.02% from 255 or 34.57% from 486); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4FA8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF4FA8 is #10B057. Grayscale: #888888. Windows color (decimal): -1093720 or 11030511. OLE color: 11030511.

HSL color Cylindrical-coordinate representation of color #EF4FA8: hue angle of 326.62º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EF4FA8 is Cyan = 0, Magento = 0.67, Yellow = 0.30 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 79 168 -
CMYK 0 0.67 0.30 0.06
HSL 326.63º 0.83% 0.62% -
HSV(B) 326.63º 0.67% 0.94% -
XYZ 45.46 26.77 39.82 -
YUV 136.99 145.51 200.76 -
System Red Green Blue C M Y K H S L
Decimal 239 79 168 0 0.67 0.30 0.06 326.63 0.83 0.62
Hex EF 4F A8 0 43 1E 6 147 53 3E
Octal 357 117 250 0 103 36 6 507 123 76
Binary 11101111 1001111 10101000 0 1000011 11110 110 101000111 1010011 111110

Color Harmonies of #EF4FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4FA8

Black with #EF4FA8

Text Example


Text Example

White with #EF4FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4FA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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