Html Css Color HEX #EB5AA2 Brilliant Rose

📋 copy color: '#EB5AA2'

red 235 ◦ green 90 ◦ blue 162

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

Shades of Brilliant Rose #EB5AA2

Tints of Brilliant Rose #EB5AA2

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.48%

 BLUE value IS 162 (63.67% from 255) = 33.26%

R = 48.25%
G = 18.48%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#EB5AA2 (or 0xEB5AA2) is known color: Brilliant Rose. HEX triplet: EB, 5A and A2. RGB value is (235,90,162). Sum of RGB (Red+Green+Blue) = 235+90+162=487 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.25% from 487); Green value is 90 (35.55% from 255 or 18.48% from 487); Blue value is 162 (63.67% from 255 or 33.26% from 487); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5AA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB5AA2 is #14A55D. Grayscale: #8D8D8D. Windows color (decimal): -1353054 or 10640107. OLE color: 10640107.

HSL color Cylindrical-coordinate representation of color #EB5AA2: hue angle of 330.21º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EB5AA2 is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 90 162 -
CMYK 0 0.62 0.31 0.08
HSL 330.21º 0.78% 0.64% -
HSV(B) 330.21º 0.62% 0.92% -
XYZ 44.44 27.58 37.16 -
YUV 141.56 139.54 194.65 -
System Red Green Blue C M Y K H S L
Decimal 235 90 162 0 0.62 0.31 0.08 330.21 0.78 0.64
Hex EB 5A A2 0 3E 1F 8 14A 4E 40
Octal 353 132 242 0 76 37 10 512 116 100
Binary 11101011 1011010 10100010 0 111110 11111 1000 101001010 1001110 1000000

Color Harmonies of #EB5AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5AA2

Black with #EB5AA2

Text Example


Text Example

White with #EB5AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5AA2; }

 p { color: rgb(235,90,162); }

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

background-color css

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

 a { background-color: rgb(235,90,162); }

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

border-color css

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

 span { border-color: rgb(235,90,162); }

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