Html Css Color HEX #EF4AAB Brilliant Rose

📋 copy color: '#EF4AAB'

red 239 ◦ green 74 ◦ blue 171

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

Shades of Brilliant Rose #EF4AAB

Tints of Brilliant Rose #EF4AAB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.29%

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

R = 49.38%
G = 15.29%
B = 35.33%

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

#EF4AAB (or 0xEF4AAB) is known color: Brilliant Rose. HEX triplet: EF, 4A and AB. RGB value is (239,74,171). Sum of RGB (Red+Green+Blue) = 239+74+171=484 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.38% from 484); Green value is 74 (29.30% from 255 or 15.29% from 484); Blue value is 171 (67.19% from 255 or 35.33% from 484); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4AAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF4AAB is #10B554. Grayscale: #868686. Windows color (decimal): -1094997 or 11225839. OLE color: 11225839.

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

Color convert

RGB 239 74 171 -
CMYK 0 0.69 0.28 0.06
HSL 324.73º 0.84% 0.61% -
HSV(B) 324.73º 0.69% 0.94% -
XYZ 45.4 26.19 41.19 -
YUV 134.39 148.66 202.61 -
System Red Green Blue C M Y K H S L
Decimal 239 74 171 0 0.69 0.28 0.06 324.73 0.84 0.61
Hex EF 4A AB 0 45 1C 6 145 54 3D
Octal 357 112 253 0 105 34 6 505 124 75
Binary 11101111 1001010 10101011 0 1000101 11100 110 101000101 1010100 111101

Color Harmonies of #EF4AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4AAB

Black with #EF4AAB

Text Example


Text Example

White with #EF4AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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