Html Css Color HEX #EB0043 Crimson

📋 copy color: '#EB0043'

red 235 ◦ green 0 ◦ blue 67

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

Shades of Crimson #EB0043

Tints of Crimson #EB0043

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 22.19%

R = 77.81%
G = 0%
B = 22.19%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EB0043 (or 0xEB0043) is known color: Crimson. HEX triplet: EB, 00 and 43. RGB value is (235,0,67). Sum of RGB (Red+Green+Blue) = 235+0+67=302 (40% of max value = 765). Red value is 235 (92.19% from 255 or 77.81% from 302); Green value is 0 (0.39% from 255 or 0% from 302); Blue value is 67 (26.56% from 255 or 22.19% from 302); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0043 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB0043 is #14FFBC. Grayscale: #4D4D4D. Windows color (decimal): -1376189 or 4391147. OLE color: 4391147.

HSL color Cylindrical-coordinate representation of color #EB0043: hue angle of 342.89º 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 #EB0043 is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 0 67 -
CMYK 0 1 0.71 0.08
HSL 342.89º 1% 0.46% -
HSV(B) 342.89º 1% 0.92% -
XYZ 35.27 18.07 6.94 -
YUV 77.9 121.86 240.05 -
System Red Green Blue C M Y K H S L
Decimal 235 0 67 0 1 0.71 0.08 342.89 1 0.46
Hex EB 0 43 0 64 47 8 157 64 2E
Octal 353 0 103 0 144 107 10 527 144 56
Binary 11101011 0 1000011 0 1100100 1000111 1000 101010111 1100100 101110

Color Harmonies of #EB0043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0043

Black with #EB0043

Text Example


Text Example

White with #EB0043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0043; }

 p { color: rgb(235,0,67); }

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

background-color css

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

 a { background-color: rgb(235,0,67); }

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

border-color css

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

 span { border-color: rgb(235,0,67); }

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