Html Css Color HEX #EF4FBA Brilliant Rose

📋 copy color: '#EF4FBA'

red 239 ◦ green 79 ◦ blue 186

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

Shades of Brilliant Rose #EF4FBA

Tints of Brilliant Rose #EF4FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.9%

R = 47.42%
G = 15.67%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#EF4FBA (or 0xEF4FBA) is known color: Brilliant Rose. HEX triplet: EF, 4F and BA. RGB value is (239,79,186). Sum of RGB (Red+Green+Blue) = 239+79+186=504 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.42% from 504); Green value is 79 (31.25% from 255 or 15.67% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4FBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF4FBA is #10B045. Grayscale: #8A8A8A. Windows color (decimal): -1093702 or 12210159. OLE color: 12210159.

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

Color convert

RGB 239 79 186 -
CMYK 0 0.67 0.22 0.06
HSL 319.88º 0.83% 0.62% -
HSV(B) 319.88º 0.67% 0.94% -
XYZ 47.26 27.49 49.27 -
YUV 139.04 154.51 199.3 -
System Red Green Blue C M Y K H S L
Decimal 239 79 186 0 0.67 0.22 0.06 319.88 0.83 0.62
Hex EF 4F BA 0 43 16 6 140 53 3E
Octal 357 117 272 0 103 26 6 500 123 76
Binary 11101111 1001111 10111010 0 1000011 10110 110 101000000 1010011 111110

Color Harmonies of #EF4FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4FBA

Black with #EF4FBA

Text Example


Text Example

White with #EF4FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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