Html Css Color HEX #EF58AF Brilliant Rose

📋 copy color: '#EF58AF'

red 239 ◦ green 88 ◦ blue 175

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

Shades of Brilliant Rose #EF58AF

Tints of Brilliant Rose #EF58AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 34.86%

R = 47.61%
G = 17.53%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#EF58AF (or 0xEF58AF) is known color: Brilliant Rose. HEX triplet: EF, 58 and AF. RGB value is (239,88,175). Sum of RGB (Red+Green+Blue) = 239+88+175=502 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.61% from 502); Green value is 88 (34.77% from 255 or 17.53% from 502); Blue value is 175 (68.75% from 255 or 34.86% from 502); Max value from RGB is 239 - color contains mainly: red. Hex color #EF58AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF58AF is #10A750. Grayscale: #8E8E8E. Windows color (decimal): -1091409 or 11491567. OLE color: 11491567.

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

Color convert

RGB 239 88 175 -
CMYK 0 0.63 0.27 0.06
HSL 325.43º 0.83% 0.64% -
HSV(B) 325.43º 0.63% 0.94% -
XYZ 46.82 28.43 43.58 -
YUV 143.07 146.03 196.43 -
System Red Green Blue C M Y K H S L
Decimal 239 88 175 0 0.63 0.27 0.06 325.43 0.83 0.64
Hex EF 58 AF 0 3F 1B 6 145 53 40
Octal 357 130 257 0 77 33 6 505 123 100
Binary 11101111 1011000 10101111 0 111111 11011 110 101000101 1010011 1000000

Color Harmonies of #EF58AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF58AF

Black with #EF58AF

Text Example


Text Example

White with #EF58AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF58AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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