Html Css Color HEX #EF659D Brilliant Rose

📋 copy color: '#EF659D'

red 239 ◦ green 101 ◦ blue 157

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

Shades of Brilliant Rose #EF659D

Tints of Brilliant Rose #EF659D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.32%

 BLUE value IS 157 (61.72% from 255) = 31.59%

R = 48.09%
G = 20.32%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#EF659D (or 0xEF659D) is known color: Brilliant Rose. HEX triplet: EF, 65 and 9D. RGB value is (239,101,157). Sum of RGB (Red+Green+Blue) = 239+101+157=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 101 (39.84% from 255 or 20.32% from 497); Blue value is 157 (61.72% from 255 or 31.59% from 497); Max value from RGB is 239 - color contains mainly: red. Hex color #EF659D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF659D is #109A62. Grayscale: #949494. Windows color (decimal): -1088099 or 10315247. OLE color: 10315247.

HSL color Cylindrical-coordinate representation of color #EF659D: hue angle of 335.65º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EF659D is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 101 157 -
CMYK 0 0.58 0.34 0.06
HSL 335.65º 0.81% 0.67% -
HSV(B) 335.65º 0.58% 0.94% -
XYZ 46.34 30.09 35.26 -
YUV 148.65 132.72 192.45 -
System Red Green Blue C M Y K H S L
Decimal 239 101 157 0 0.58 0.34 0.06 335.65 0.81 0.67
Hex EF 65 9D 0 3A 22 6 150 51 43
Octal 357 145 235 0 72 42 6 520 121 103
Binary 11101111 1100101 10011101 0 111010 100010 110 101010000 1010001 1000011

Color Harmonies of #EF659D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF659D

Black with #EF659D

Text Example


Text Example

White with #EF659D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF659D; }

 p { color: rgb(239,101,157); }

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

background-color css

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

 a { background-color: rgb(239,101,157); }

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

border-color css

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

 span { border-color: rgb(239,101,157); }

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