Html Css Color HEX #EF828B Carissma

📋 copy color: '#EF828B'

red 239 ◦ green 130 ◦ blue 139

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

Shades of Carissma #EF828B

Tints of Carissma #EF828B

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.59%

 BLUE value IS 139 (54.69% from 255) = 27.36%

R = 47.05%
G = 25.59%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EF828B (or 0xEF828B) is known color: Carissma. HEX triplet: EF, 82 and 8B. RGB value is (239,130,139). Sum of RGB (Red+Green+Blue) = 239+130+139=508 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.05% from 508); Green value is 130 (51.17% from 255 or 25.59% from 508); Blue value is 139 (54.69% from 255 or 27.36% from 508); Max value from RGB is 239 - color contains mainly: red. Hex color #EF828B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF828B is #107D74. Grayscale: #A3A3A3. Windows color (decimal): -1080693 or 9143023. OLE color: 9143023.

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

Color convert

RGB 239 130 139 -
CMYK 0 0.46 0.42 0.06
HSL 355.05º 0.77% 0.72% -
HSV(B) 355.05º 0.46% 0.94% -
XYZ 48.24 36.18 28.87 -
YUV 163.62 114.11 181.77 -
System Red Green Blue C M Y K H S L
Decimal 239 130 139 0 0.46 0.42 0.06 355.05 0.77 0.72
Hex EF 82 8B 0 2E 2A 6 163 4D 48
Octal 357 202 213 0 56 52 6 543 115 110
Binary 11101111 10000010 10001011 0 101110 101010 110 101100011 1001101 1001000

Color Harmonies of #EF828B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF828B

Black with #EF828B

Text Example


Text Example

White with #EF828B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF828B; }

 p { color: rgb(239,130,139); }

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

background-color css

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

 a { background-color: rgb(239,130,139); }

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

border-color css

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

 span { border-color: rgb(239,130,139); }

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