Html Css Color HEX #EA62A2 Brilliant Rose

📋 copy color: '#EA62A2'

red 234 ◦ green 98 ◦ blue 162

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

Shades of Brilliant Rose #EA62A2

Tints of Brilliant Rose #EA62A2

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.84%

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

R = 47.37%
G = 19.84%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#EA62A2 (or 0xEA62A2) is known color: Brilliant Rose. HEX triplet: EA, 62 and A2. RGB value is (234,98,162). Sum of RGB (Red+Green+Blue) = 234+98+162=494 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.37% from 494); Green value is 98 (38.67% from 255 or 19.84% from 494); Blue value is 162 (63.67% from 255 or 32.79% from 494); Max value from RGB is 234 - color contains mainly: red. Hex color #EA62A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA62A2 is #159D5D. Grayscale: #919191. Windows color (decimal): -1416542 or 10642154. OLE color: 10642154.

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

Color convert

RGB 234 98 162 -
CMYK 0 0.58 0.31 0.08
HSL 331.76º 0.76% 0.65% -
HSV(B) 331.76º 0.58% 0.92% -
XYZ 44.82 28.84 37.39 -
YUV 145.96 137.06 190.8 -
System Red Green Blue C M Y K H S L
Decimal 234 98 162 0 0.58 0.31 0.08 331.76 0.76 0.65
Hex EA 62 A2 0 3A 1F 8 14C 4C 41
Octal 352 142 242 0 72 37 10 514 114 101
Binary 11101010 1100010 10100010 0 111010 11111 1000 101001100 1001100 1000001

Color Harmonies of #EA62A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA62A2

Black with #EA62A2

Text Example


Text Example

White with #EA62A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA62A2; }

 p { color: rgb(234,98,162); }

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

background-color css

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

 a { background-color: rgb(234,98,162); }

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

border-color css

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

 span { border-color: rgb(234,98,162); }

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