Html Css Color HEX #EA53B3 Brilliant Rose

📋 copy color: '#EA53B3'

red 234 ◦ green 83 ◦ blue 179

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

Shades of Brilliant Rose #EA53B3

Tints of Brilliant Rose #EA53B3

RGB

 RED value IS 234 (91.8% from 255) = 47.18%

 GREEN value IS 83 (32.81% from 255) = 16.73%

 BLUE value IS 179 (70.31% from 255) = 36.09%

R = 47.18%
G = 16.73%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.24

 K value IS 0.08

RGB Variations

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

Color information

#EA53B3 (or 0xEA53B3) is known color: Brilliant Rose. HEX triplet: EA, 53 and B3. RGB value is (234,83,179). Sum of RGB (Red+Green+Blue) = 234+83+179=496 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.18% from 496); Green value is 83 (32.81% from 255 or 16.73% from 496); Blue value is 179 (70.31% from 255 or 36.09% from 496); Max value from RGB is 234 - color contains mainly: red. Hex color #EA53B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA53B3 is #15AC4C. Grayscale: #8A8A8A. Windows color (decimal): -1420365 or 11752426. OLE color: 11752426.

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

Color convert

RGB 234 83 179 -
CMYK 0 0.65 0.24 0.08
HSL 321.85º 0.78% 0.62% -
HSV(B) 321.85º 0.65% 0.92% -
XYZ 45.16 26.93 45.47 -
YUV 139.09 150.53 195.69 -
System Red Green Blue C M Y K H S L
Decimal 234 83 179 0 0.65 0.24 0.08 321.85 0.78 0.62
Hex EA 53 B3 0 41 18 8 142 4E 3E
Octal 352 123 263 0 101 30 10 502 116 76
Binary 11101010 1010011 10110011 0 1000001 11000 1000 101000010 1001110 111110

Color Harmonies of #EA53B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA53B3

Black with #EA53B3

Text Example


Text Example

White with #EA53B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA53B3; }

 p { color: rgb(234,83,179); }

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

background-color css

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

 a { background-color: rgb(234,83,179); }

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

border-color css

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

 span { border-color: rgb(234,83,179); }

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