Html Css Color HEX #EF4BAB Brilliant Rose

📋 copy color: '#EF4BAB'

red 239 ◦ green 75 ◦ blue 171

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

Shades of Brilliant Rose #EF4BAB

Tints of Brilliant Rose #EF4BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 35.26%

R = 49.28%
G = 15.46%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EF4BAB (or 0xEF4BAB) is known color: Brilliant Rose. HEX triplet: EF, 4B and AB. RGB value is (239,75,171). Sum of RGB (Red+Green+Blue) = 239+75+171=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 75 (29.69% from 255 or 15.46% from 485); Blue value is 171 (67.19% from 255 or 35.26% from 485); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4BAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF4BAB is #10B454. Grayscale: #868686. Windows color (decimal): -1094741 or 11226095. OLE color: 11226095.

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

Color convert

RGB 239 75 171 -
CMYK 0 0.69 0.28 0.06
HSL 324.88º 0.84% 0.62% -
HSV(B) 324.88º 0.69% 0.94% -
XYZ 45.46 26.32 41.21 -
YUV 134.98 148.33 202.19 -
System Red Green Blue C M Y K H S L
Decimal 239 75 171 0 0.69 0.28 0.06 324.88 0.84 0.62
Hex EF 4B AB 0 45 1C 6 145 54 3E
Octal 357 113 253 0 105 34 6 505 124 76
Binary 11101111 1001011 10101011 0 1000101 11100 110 101000101 1010100 111110

Color Harmonies of #EF4BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4BAB

Black with #EF4BAB

Text Example


Text Example

White with #EF4BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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