Html Css Color HEX #EF41B2 Brilliant Rose

📋 copy color: '#EF41B2'

red 239 ◦ green 65 ◦ blue 178

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

Shades of Brilliant Rose #EF41B2

Tints of Brilliant Rose #EF41B2

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.49%

 BLUE value IS 178 (69.92% from 255) = 36.93%

R = 49.59%
G = 13.49%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#EF41B2 (or 0xEF41B2) is known color: Brilliant Rose. HEX triplet: EF, 41 and B2. RGB value is (239,65,178). Sum of RGB (Red+Green+Blue) = 239+65+178=482 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.59% from 482); Green value is 65 (25.78% from 255 or 13.49% from 482); Blue value is 178 (69.92% from 255 or 36.93% from 482); Max value from RGB is 239 - color contains mainly: red. Hex color #EF41B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF41B2 is #10BE4D. Grayscale: #818181. Windows color (decimal): -1097294 or 11682287. OLE color: 11682287.

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

Color convert

RGB 239 65 178 -
CMYK 0 0.73 0.26 0.06
HSL 321.03º 0.84% 0.6% -
HSV(B) 321.03º 0.73% 0.94% -
XYZ 45.52 25.35 44.61 -
YUV 129.91 155.15 205.81 -
System Red Green Blue C M Y K H S L
Decimal 239 65 178 0 0.73 0.26 0.06 321.03 0.84 0.6
Hex EF 41 B2 0 49 1A 6 141 54 3C
Octal 357 101 262 0 111 32 6 501 124 74
Binary 11101111 1000001 10110010 0 1001001 11010 110 101000001 1010100 111100

Color Harmonies of #EF41B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF41B2

Black with #EF41B2

Text Example


Text Example

White with #EF41B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF41B2; }

 p { color: rgb(239,65,178); }

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

background-color css

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

 a { background-color: rgb(239,65,178); }

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

border-color css

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

 span { border-color: rgb(239,65,178); }

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