Html Css Color HEX #EB5C9A Brilliant Rose

📋 copy color: '#EB5C9A'

red 235 ◦ green 92 ◦ blue 154

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

Shades of Brilliant Rose #EB5C9A

Tints of Brilliant Rose #EB5C9A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.13%

 BLUE value IS 154 (60.55% from 255) = 32.02%

R = 48.86%
G = 19.13%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EB5C9A (or 0xEB5C9A) is known color: Brilliant Rose. HEX triplet: EB, 5C and 9A. RGB value is (235,92,154). Sum of RGB (Red+Green+Blue) = 235+92+154=481 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.86% from 481); Green value is 92 (36.33% from 255 or 19.13% from 481); Blue value is 154 (60.55% from 255 or 32.02% from 481); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5C9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB5C9A is #14A365. Grayscale: #8D8D8D. Windows color (decimal): -1352550 or 10116331. OLE color: 10116331.

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

Color convert

RGB 235 92 154 -
CMYK 0 0.61 0.34 0.08
HSL 333.99º 0.78% 0.64% -
HSV(B) 333.99º 0.61% 0.92% -
XYZ 43.92 27.65 33.59 -
YUV 141.83 134.88 194.46 -
System Red Green Blue C M Y K H S L
Decimal 235 92 154 0 0.61 0.34 0.08 333.99 0.78 0.64
Hex EB 5C 9A 0 3D 22 8 14E 4E 40
Octal 353 134 232 0 75 42 10 516 116 100
Binary 11101011 1011100 10011010 0 111101 100010 1000 101001110 1001110 1000000

Color Harmonies of #EB5C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5C9A

Black with #EB5C9A

Text Example


Text Example

White with #EB5C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5C9A; }

 p { color: rgb(235,92,154); }

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

background-color css

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

 a { background-color: rgb(235,92,154); }

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

border-color css

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

 span { border-color: rgb(235,92,154); }

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