Html Css Color HEX #EB459F Brilliant Rose

📋 copy color: '#EB459F'

red 235 ◦ green 69 ◦ blue 159

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

Shades of Brilliant Rose #EB459F

Tints of Brilliant Rose #EB459F

RGB

 RED value IS 235 (92.19% from 255) = 50.76%

 GREEN value IS 69 (27.34% from 255) = 14.9%

 BLUE value IS 159 (62.5% from 255) = 34.34%

R = 50.76%
G = 14.9%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EB459F (or 0xEB459F) is known color: Brilliant Rose. HEX triplet: EB, 45 and 9F. RGB value is (235,69,159). Sum of RGB (Red+Green+Blue) = 235+69+159=463 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.76% from 463); Green value is 69 (27.34% from 255 or 14.90% from 463); Blue value is 159 (62.5% from 255 or 34.34% from 463); Max value from RGB is 235 - color contains mainly: red. Hex color #EB459F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB459F is #14BA60. Grayscale: #808080. Windows color (decimal): -1358433 or 10438123. OLE color: 10438123.

HSL color Cylindrical-coordinate representation of color #EB459F: hue angle of 327.47º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EB459F is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 69 159 -
CMYK 0 0.71 0.32 0.08
HSL 327.47º 0.81% 0.6% -
HSV(B) 327.47º 0.71% 0.92% -
XYZ 42.65 24.42 35.27 -
YUV 128.89 145 203.68 -
System Red Green Blue C M Y K H S L
Decimal 235 69 159 0 0.71 0.32 0.08 327.47 0.81 0.6
Hex EB 45 9F 0 47 20 8 147 51 3C
Octal 353 105 237 0 107 40 10 507 121 74
Binary 11101011 1000101 10011111 0 1000111 100000 1000 101000111 1010001 111100

Color Harmonies of #EB459F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB459F

Black with #EB459F

Text Example


Text Example

White with #EB459F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB459F; }

 p { color: rgb(235,69,159); }

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

background-color css

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

 a { background-color: rgb(235,69,159); }

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

border-color css

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

 span { border-color: rgb(235,69,159); }

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