Html Css Color HEX #EF4BA8 Brilliant Rose

📋 copy color: '#EF4BA8'

red 239 ◦ green 75 ◦ blue 168

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

Shades of Brilliant Rose #EF4BA8

Tints of Brilliant Rose #EF4BA8

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.56%

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

R = 49.59%
G = 15.56%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.30

 K value IS 0.06

RGB Variations

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

Color information

#EF4BA8 (or 0xEF4BA8) is known color: Brilliant Rose. HEX triplet: EF, 4B and A8. RGB value is (239,75,168). Sum of RGB (Red+Green+Blue) = 239+75+168=482 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.59% from 482); Green value is 75 (29.69% from 255 or 15.56% from 482); Blue value is 168 (66.02% from 255 or 34.85% from 482); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4BA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF4BA8 is #10B457. Grayscale: #868686. Windows color (decimal): -1094744 or 11029487. OLE color: 11029487.

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

Color convert

RGB 239 75 168 -
CMYK 0 0.69 0.30 0.06
HSL 325.98º 0.84% 0.62% -
HSV(B) 325.98º 0.69% 0.94% -
XYZ 45.18 26.21 39.72 -
YUV 134.64 146.83 202.44 -
System Red Green Blue C M Y K H S L
Decimal 239 75 168 0 0.69 0.30 0.06 325.98 0.84 0.62
Hex EF 4B A8 0 45 1E 6 146 54 3E
Octal 357 113 250 0 105 36 6 506 124 76
Binary 11101111 1001011 10101000 0 1000101 11110 110 101000110 1010100 111110

Color Harmonies of #EF4BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4BA8

Black with #EF4BA8

Text Example


Text Example

White with #EF4BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4BA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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