Html Css Color HEX #EA007B Razzmatazz

📋 copy color: '#EA007B'

red 234 ◦ green 0 ◦ blue 123

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

Shades of Razzmatazz #EA007B

Tints of Razzmatazz #EA007B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 123 (48.44% from 255) = 34.45%

R = 65.55%
G = 0%
B = 34.45%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EA007B (or 0xEA007B) is known color: Razzmatazz. HEX triplet: EA, 00 and 7B. RGB value is (234,0,123). Sum of RGB (Red+Green+Blue) = 234+0+123=357 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.55% from 357); Green value is 0 (0.39% from 255 or 0% from 357); Blue value is 123 (48.44% from 255 or 34.45% from 357); Max value from RGB is 234 - color contains mainly: red. Hex color #EA007B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA007B is #15FF84. Grayscale: #535353. Windows color (decimal): -1441669 or 8061162. OLE color: 8061162.

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

Color convert

RGB 234 0 123 -
CMYK 0 1 0.47 0.08
HSL 328.46º 1% 0.46% -
HSV(B) 328.46º 1% 0.92% -
XYZ 37.51 18.92 20.41 -
YUV 83.99 150.02 235 -
System Red Green Blue C M Y K H S L
Decimal 234 0 123 0 1 0.47 0.08 328.46 1 0.46
Hex EA 0 7B 0 64 2F 8 148 64 2E
Octal 352 0 173 0 144 57 10 510 144 56
Binary 11101010 0 1111011 0 1100100 101111 1000 101001000 1100100 101110

Color Harmonies of #EA007B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA007B

Black with #EA007B

Text Example


Text Example

White with #EA007B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA007B; }

 p { color: rgb(234,0,123); }

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

background-color css

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

 a { background-color: rgb(234,0,123); }

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

border-color css

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

 span { border-color: rgb(234,0,123); }

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