Html Css Color HEX #EF58AA Brilliant Rose

📋 copy color: '#EF58AA'

red 239 ◦ green 88 ◦ blue 170

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

Shades of Brilliant Rose #EF58AA

Tints of Brilliant Rose #EF58AA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 17.71%

 BLUE value IS 170 (66.8% from 255) = 34.21%

R = 48.09%
G = 17.71%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#EF58AA (or 0xEF58AA) is known color: Brilliant Rose. HEX triplet: EF, 58 and AA. RGB value is (239,88,170). Sum of RGB (Red+Green+Blue) = 239+88+170=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 88 (34.77% from 255 or 17.71% from 497); Blue value is 170 (66.80% from 255 or 34.21% from 497); Max value from RGB is 239 - color contains mainly: red. Hex color #EF58AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF58AA is #10A755. Grayscale: #8E8E8E. Windows color (decimal): -1091414 or 11163887. OLE color: 11163887.

HSL color Cylindrical-coordinate representation of color #EF58AA: hue angle of 327.42º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EF58AA is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 88 170 -
CMYK 0 0.63 0.29 0.06
HSL 327.42º 0.83% 0.64% -
HSV(B) 327.42º 0.63% 0.94% -
XYZ 46.34 28.23 41.04 -
YUV 142.5 143.53 196.83 -
System Red Green Blue C M Y K H S L
Decimal 239 88 170 0 0.63 0.29 0.06 327.42 0.83 0.64
Hex EF 58 AA 0 3F 1D 6 147 53 40
Octal 357 130 252 0 77 35 6 507 123 100
Binary 11101111 1011000 10101010 0 111111 11101 110 101000111 1010011 1000000

Color Harmonies of #EF58AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF58AA

Black with #EF58AA

Text Example


Text Example

White with #EF58AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF58AA; }

 p { color: rgb(239,88,170); }

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

background-color css

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

 a { background-color: rgb(239,88,170); }

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

border-color css

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

 span { border-color: rgb(239,88,170); }

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