Html Css Color HEX #EF434B Amaranth

📋 copy color: '#EF434B'

red 239 ◦ green 67 ◦ blue 75

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

Shades of Amaranth #EF434B

Tints of Amaranth #EF434B

RGB

 RED value IS 239 (93.75% from 255) = 62.73%

 GREEN value IS 67 (26.56% from 255) = 17.59%

 BLUE value IS 75 (29.69% from 255) = 19.69%

R = 62.73%
G = 17.59%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EF434B (or 0xEF434B) is known color: Amaranth. HEX triplet: EF, 43 and 4B. RGB value is (239,67,75). Sum of RGB (Red+Green+Blue) = 239+67+75=381 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.73% from 381); Green value is 67 (26.56% from 255 or 17.59% from 381); Blue value is 75 (29.69% from 255 or 19.69% from 381); Max value from RGB is 239 - color contains mainly: red. Hex color #EF434B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF434B is #10BCB4. Grayscale: #777777. Windows color (decimal): -1096885 or 4932591. OLE color: 4932591.

HSL color Cylindrical-coordinate representation of color #EF434B: hue angle of 357.21º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EF434B is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 67 75 -
CMYK 0 0.72 0.69 0.06
HSL 357.21º 0.84% 0.6% -
HSV(B) 357.21º 0.72% 0.94% -
XYZ 38.87 22.87 9.02 -
YUV 119.34 102.98 213.35 -
System Red Green Blue C M Y K H S L
Decimal 239 67 75 0 0.72 0.69 0.06 357.21 0.84 0.6
Hex EF 43 4B 0 48 45 6 165 54 3C
Octal 357 103 113 0 110 105 6 545 124 74
Binary 11101111 1000011 1001011 0 1001000 1000101 110 101100101 1010100 111100

Color Harmonies of #EF434B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF434B

Black with #EF434B

Text Example


Text Example

White with #EF434B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF434B; }

 p { color: rgb(239,67,75); }

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

background-color css

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

 a { background-color: rgb(239,67,75); }

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

border-color css

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

 span { border-color: rgb(239,67,75); }

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