Html Css Color HEX #EF58A5 Brilliant Rose

📋 copy color: '#EF58A5'

red 239 ◦ green 88 ◦ blue 165

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

Shades of Brilliant Rose #EF58A5

Tints of Brilliant Rose #EF58A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 33.54%

R = 48.58%
G = 17.89%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.31

 K value IS 0.06

RGB Variations

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

Color information

#EF58A5 (or 0xEF58A5) is known color: Brilliant Rose. HEX triplet: EF, 58 and A5. RGB value is (239,88,165). Sum of RGB (Red+Green+Blue) = 239+88+165=492 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.58% from 492); Green value is 88 (34.77% from 255 or 17.89% from 492); Blue value is 165 (64.84% from 255 or 33.54% from 492); Max value from RGB is 239 - color contains mainly: red. Hex color #EF58A5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF58A5 is #10A75A. Grayscale: #8D8D8D. Windows color (decimal): -1091419 or 10836207. OLE color: 10836207.

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

Color convert

RGB 239 88 165 -
CMYK 0 0.63 0.31 0.06
HSL 329.4º 0.83% 0.64% -
HSV(B) 329.4º 0.63% 0.94% -
XYZ 45.88 28.05 38.59 -
YUV 141.93 141.03 197.24 -
System Red Green Blue C M Y K H S L
Decimal 239 88 165 0 0.63 0.31 0.06 329.4 0.83 0.64
Hex EF 58 A5 0 3F 1F 6 149 53 40
Octal 357 130 245 0 77 37 6 511 123 100
Binary 11101111 1011000 10100101 0 111111 11111 110 101001001 1010011 1000000

Color Harmonies of #EF58A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF58A5

Black with #EF58A5

Text Example


Text Example

White with #EF58A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF58A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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