Html Css Color HEX #EF609D Brilliant Rose

📋 copy color: '#EF609D'

red 239 ◦ green 96 ◦ blue 157

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

Shades of Brilliant Rose #EF609D

Tints of Brilliant Rose #EF609D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.51%

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

R = 48.58%
G = 19.51%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#EF609D (or 0xEF609D) is known color: Brilliant Rose. HEX triplet: EF, 60 and 9D. RGB value is (239,96,157). Sum of RGB (Red+Green+Blue) = 239+96+157=492 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.58% from 492); Green value is 96 (37.89% from 255 or 19.51% from 492); Blue value is 157 (61.72% from 255 or 31.91% from 492); Max value from RGB is 239 - color contains mainly: red. Hex color #EF609D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF609D is #109F62. Grayscale: #919191. Windows color (decimal): -1089379 or 10313967. OLE color: 10313967.

HSL color Cylindrical-coordinate representation of color #EF609D: hue angle of 334.41º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EF609D is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 96 157 -
CMYK 0 0.60 0.34 0.06
HSL 334.41º 0.82% 0.66% -
HSV(B) 334.41º 0.6% 0.94% -
XYZ 45.87 29.15 35.11 -
YUV 145.71 134.38 194.54 -
System Red Green Blue C M Y K H S L
Decimal 239 96 157 0 0.60 0.34 0.06 334.41 0.82 0.66
Hex EF 60 9D 0 3C 22 6 14E 52 42
Octal 357 140 235 0 74 42 6 516 122 102
Binary 11101111 1100000 10011101 0 111100 100010 110 101001110 1010010 1000010

Color Harmonies of #EF609D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF609D

Black with #EF609D

Text Example


Text Example

White with #EF609D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF609D; }

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

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

background-color css

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

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

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

border-color css

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

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

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