Html Css Color HEX #EA125A Razzmatazz

📋 copy color: '#EA125A'

red 234 ◦ green 18 ◦ blue 90

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

Shades of Razzmatazz #EA125A

Tints of Razzmatazz #EA125A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.26%

 BLUE value IS 90 (35.55% from 255) = 26.32%

R = 68.42%
G = 5.26%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EA125A (or 0xEA125A) is known color: Razzmatazz. HEX triplet: EA, 12 and 5A. RGB value is (234,18,90). Sum of RGB (Red+Green+Blue) = 234+18+90=342 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.42% from 342); Green value is 18 (7.42% from 255 or 5.26% from 342); Blue value is 90 (35.55% from 255 or 26.32% from 342); Max value from RGB is 234 - color contains mainly: red. Hex color #EA125A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA125A is #15EDA5. Grayscale: #5A5A5A. Windows color (decimal): -1437094 or 5903082. OLE color: 5903082.

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

Color convert

RGB 234 18 90 -
CMYK 0 0.92 0.62 0.08
HSL 340º 0.86% 0.49% -
HSV(B) 340º 0.92% 0.92% -
XYZ 35.99 18.66 11.38 -
YUV 90.79 127.56 230.15 -
System Red Green Blue C M Y K H S L
Decimal 234 18 90 0 0.92 0.62 0.08 340 0.86 0.49
Hex EA 12 5A 0 5C 3E 8 154 56 31
Octal 352 22 132 0 134 76 10 524 126 61
Binary 11101010 10010 1011010 0 1011100 111110 1000 101010100 1010110 110001

Color Harmonies of #EA125A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA125A

Black with #EA125A

Text Example


Text Example

White with #EA125A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA125A; }

 p { color: rgb(234,18,90); }

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

background-color css

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

 a { background-color: rgb(234,18,90); }

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

border-color css

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

 span { border-color: rgb(234,18,90); }

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