Html Css Color HEX #EF619E Brilliant Rose

📋 copy color: '#EF619E'

red 239 ◦ green 97 ◦ blue 158

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

Shades of Brilliant Rose #EF619E

Tints of Brilliant Rose #EF619E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.64%

 BLUE value IS 158 (62.11% from 255) = 31.98%

R = 48.38%
G = 19.64%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#EF619E (or 0xEF619E) is known color: Brilliant Rose. HEX triplet: EF, 61 and 9E. RGB value is (239,97,158). Sum of RGB (Red+Green+Blue) = 239+97+158=494 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.38% from 494); Green value is 97 (38.28% from 255 or 19.64% from 494); Blue value is 158 (62.11% from 255 or 31.98% from 494); Max value from RGB is 239 - color contains mainly: red. Hex color #EF619E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF619E is #109E61. Grayscale: #929292. Windows color (decimal): -1089122 or 10379759. OLE color: 10379759.

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

Color convert

RGB 239 97 158 -
CMYK 0 0.59 0.34 0.06
HSL 334.23º 0.82% 0.66% -
HSV(B) 334.23º 0.59% 0.94% -
XYZ 46.04 29.37 35.59 -
YUV 146.41 134.54 194.04 -
System Red Green Blue C M Y K H S L
Decimal 239 97 158 0 0.59 0.34 0.06 334.23 0.82 0.66
Hex EF 61 9E 0 3B 22 6 14E 52 42
Octal 357 141 236 0 73 42 6 516 122 102
Binary 11101111 1100001 10011110 0 111011 100010 110 101001110 1010010 1000010

Color Harmonies of #EF619E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF619E

Black with #EF619E

Text Example


Text Example

White with #EF619E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF619E; }

 p { color: rgb(239,97,158); }

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

background-color css

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

 a { background-color: rgb(239,97,158); }

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

border-color css

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

 span { border-color: rgb(239,97,158); }

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