Html Css Color HEX #EF5AAC Brilliant Rose

📋 copy color: '#EF5AAC'

red 239 ◦ green 90 ◦ blue 172

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

Shades of Brilliant Rose #EF5AAC

Tints of Brilliant Rose #EF5AAC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.96%

 BLUE value IS 172 (67.58% from 255) = 34.33%

R = 47.7%
G = 17.96%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EF5AAC (or 0xEF5AAC) is known color: Brilliant Rose. HEX triplet: EF, 5A and AC. RGB value is (239,90,172). Sum of RGB (Red+Green+Blue) = 239+90+172=501 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.70% from 501); Green value is 90 (35.55% from 255 or 17.96% from 501); Blue value is 172 (67.58% from 255 or 34.33% from 501); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5AAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5AAC is #10A553. Grayscale: #8F8F8F. Windows color (decimal): -1090900 or 11295471. OLE color: 11295471.

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

Color convert

RGB 239 90 172 -
CMYK 0 0.62 0.28 0.06
HSL 326.98º 0.82% 0.65% -
HSV(B) 326.98º 0.62% 0.94% -
XYZ 46.7 28.64 42.1 -
YUV 143.9 143.86 195.83 -
System Red Green Blue C M Y K H S L
Decimal 239 90 172 0 0.62 0.28 0.06 326.98 0.82 0.65
Hex EF 5A AC 0 3E 1C 6 147 52 41
Octal 357 132 254 0 76 34 6 507 122 101
Binary 11101111 1011010 10101100 0 111110 11100 110 101000111 1010010 1000001

Color Harmonies of #EF5AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5AAC

Black with #EF5AAC

Text Example


Text Example

White with #EF5AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5AAC; }

 p { color: rgb(239,90,172); }

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

background-color css

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

 a { background-color: rgb(239,90,172); }

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

border-color css

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

 span { border-color: rgb(239,90,172); }

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