Html Css Color HEX #EB45A1 Brilliant Rose

📋 copy color: '#EB45A1'

red 235 ◦ green 69 ◦ blue 161

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

Shades of Brilliant Rose #EB45A1

Tints of Brilliant Rose #EB45A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 34.62%

R = 50.54%
G = 14.84%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#EB45A1 (or 0xEB45A1) is known color: Brilliant Rose. HEX triplet: EB, 45 and A1. RGB value is (235,69,161). Sum of RGB (Red+Green+Blue) = 235+69+161=465 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.54% from 465); Green value is 69 (27.34% from 255 or 14.84% from 465); Blue value is 161 (63.28% from 255 or 34.62% from 465); Max value from RGB is 235 - color contains mainly: red. Hex color #EB45A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB45A1 is #14BA5E. Grayscale: #808080. Windows color (decimal): -1358431 or 10569195. OLE color: 10569195.

HSL color Cylindrical-coordinate representation of color #EB45A1: hue angle of 326.75º 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 #EB45A1 is Cyan = 0, Magento = 0.71, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 69 161 -
CMYK 0 0.71 0.31 0.08
HSL 326.75º 0.81% 0.6% -
HSV(B) 326.75º 0.71% 0.92% -
XYZ 42.82 24.49 36.19 -
YUV 129.12 146 203.52 -
System Red Green Blue C M Y K H S L
Decimal 235 69 161 0 0.71 0.31 0.08 326.75 0.81 0.6
Hex EB 45 A1 0 47 1F 8 147 51 3C
Octal 353 105 241 0 107 37 10 507 121 74
Binary 11101011 1000101 10100001 0 1000111 11111 1000 101000111 1010001 111100

Color Harmonies of #EB45A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB45A1

Black with #EB45A1

Text Example


Text Example

White with #EB45A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB45A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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