Html Css Color HEX #EF486A Cranberry

📋 copy color: '#EF486A'

red 239 ◦ green 72 ◦ blue 106

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

Shades of Cranberry #EF486A

Tints of Cranberry #EF486A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.27%

 BLUE value IS 106 (41.8% from 255) = 25.42%

R = 57.31%
G = 17.27%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EF486A (or 0xEF486A) is known color: Cranberry. HEX triplet: EF, 48 and 6A. RGB value is (239,72,106). Sum of RGB (Red+Green+Blue) = 239+72+106=417 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.31% from 417); Green value is 72 (28.52% from 255 or 17.27% from 417); Blue value is 106 (41.80% from 255 or 25.42% from 417); Max value from RGB is 239 - color contains mainly: red. Hex color #EF486A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF486A is #10B795. Grayscale: #7D7D7D. Windows color (decimal): -1095574 or 6965487. OLE color: 6965487.

HSL color Cylindrical-coordinate representation of color #EF486A: hue angle of 347.78º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EF486A is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 72 106 -
CMYK 0 0.70 0.56 0.06
HSL 347.78º 0.84% 0.61% -
HSV(B) 347.78º 0.7% 0.94% -
XYZ 40.52 24.03 16.14 -
YUV 125.81 116.83 208.74 -
System Red Green Blue C M Y K H S L
Decimal 239 72 106 0 0.70 0.56 0.06 347.78 0.84 0.61
Hex EF 48 6A 0 46 38 6 15C 54 3D
Octal 357 110 152 0 106 70 6 534 124 75
Binary 11101111 1001000 1101010 0 1000110 111000 110 101011100 1010100 111101

Color Harmonies of #EF486A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF486A

Black with #EF486A

Text Example


Text Example

White with #EF486A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF486A; }

 p { color: rgb(239,72,106); }

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

background-color css

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

 a { background-color: rgb(239,72,106); }

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

border-color css

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

 span { border-color: rgb(239,72,106); }

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