Html Css Color HEX #EF818A Carissma

📋 copy color: '#EF818A'

red 239 ◦ green 129 ◦ blue 138

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

Shades of Carissma #EF818A

Tints of Carissma #EF818A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 25.49%

 BLUE value IS 138 (54.3% from 255) = 27.27%

R = 47.23%
G = 25.49%
B = 27.27%

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

#EF818A (or 0xEF818A) is known color: Carissma. HEX triplet: EF, 81 and 8A. RGB value is (239,129,138). Sum of RGB (Red+Green+Blue) = 239+129+138=506 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.23% from 506); Green value is 129 (50.78% from 255 or 25.49% from 506); Blue value is 138 (54.30% from 255 or 27.27% from 506); Max value from RGB is 239 - color contains mainly: red. Hex color #EF818A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF818A is #107E75. Grayscale: #A2A2A2. Windows color (decimal): -1080950 or 9077231. OLE color: 9077231.

HSL color Cylindrical-coordinate representation of color #EF818A: hue angle of 355.09º 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 #EF818A is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 129 138 -
CMYK 0 0.46 0.42 0.06
HSL 355.09º 0.77% 0.72% -
HSV(B) 355.09º 0.46% 0.94% -
XYZ 48.03 35.89 28.44 -
YUV 162.92 113.94 182.27 -
System Red Green Blue C M Y K H S L
Decimal 239 129 138 0 0.46 0.42 0.06 355.09 0.77 0.72
Hex EF 81 8A 0 2E 2A 6 163 4D 48
Octal 357 201 212 0 56 52 6 543 115 110
Binary 11101111 10000001 10001010 0 101110 101010 110 101100011 1001101 1001000

Color Harmonies of #EF818A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF818A

Black with #EF818A

Text Example


Text Example

White with #EF818A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF818A; }

 p { color: rgb(239,129,138); }

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

background-color css

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

 a { background-color: rgb(239,129,138); }

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

border-color css

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

 span { border-color: rgb(239,129,138); }

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